#D1CBFC

Color #D1CBFC Lavender Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Blue #D1CBFC

Tints of Lavender Blue #D1CBFC

Color information

#D1CBFC (or 0xD1CBFC) is unknown color: approx Lavender Blue. HEX triplet: D1, CB and FC. RGB value is (209,203,252). Sum of RGB (Red+Green+Blue) = 209+203+252=664 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.48% from 664); Green value is 203 (79.69% from 255 or 30.57% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1CBFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CBFC is #2E3403. Grayscale: #D2D2D2. Windows color (decimal): -3027972 or 16567249. OLE color: 16567249.

HSL color Cylindrical-coordinate representation of color #D1CBFC: hue angle of 247.35º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1CBFC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB209203252-
CMYK0.170.1900.01
HSL247.35º89.09%89.22%-
HSV(B)247.35º19.44%98.82%-
XYZ65.2263.3100.88-
YUV210.38151.49127.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 31.48%
GREEN value IS 203 (79.69% from 255) = 30.57%
BLUE value IS 252 (98.83% from 255) = 37.95%
R=31.48%
G=30.57%
B=37.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092032520.170.1900.01247.3589.0989.22
HexD1CBFC111301f75959
Octal321313374212301367131131
Binary1101000111001011111111001000110011011111011110110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CBFC; }

 p { color: rgb(209,203,252); }

 H1.HeaderClassName
 {
   color: #D1CBFC;
 }
 .AnyTagClassName
 {
   color: #D1CBFC;
 }
</style>
background-color css

<style>
 a { background-color: #D1CBFC; }

 a { background-color: rgb(209,203,252); }

 div.DivClassName
 {
   background-color: #D1CBFC;
 }
 .BgClassName
 {
   background-color: #D1CBFC;
 }
</style>
border-color css

<style>
 span { border-color: #D1CBFC; }

 span { border-color: rgb(209,203,252); }

 td.TdClassName
 {
   border-color: #D1CBFC;
 }
 .TagClassName
 {
   border-color: #D1CBFC;
 }
</style>