#D2CAFE

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

Shades of Lavender Blue #D2CAFE

Tints of Lavender Blue #D2CAFE

Color information

#D2CAFE (or 0xD2CAFE) is unknown color: approx Lavender Blue. HEX triplet: D2, CA and FE. RGB value is (210,202,254). Sum of RGB (Red+Green+Blue) = 210+202+254=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 202 (79.30% from 255 or 30.33% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #D2CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAFE is #2D3501. Grayscale: #D2D2D2. Windows color (decimal): -2962690 or 16698066. OLE color: 16698066.

HSL color Cylindrical-coordinate representation of color #D2CAFE: hue angle of 249.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2CAFE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB210202254-
CMYK0.170.2000.00
HSL249.23º96.3%89.41%-
HSV(B)249.23º20.47%99.61%-
XYZ65.5963.1102.49-
YUV210.32152.65127.77-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.53%
GREEN value IS 202 (79.30% from 255) = 30.33%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=31.53%
G=30.33%
B=38.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102022540.170.2000.00249.2396.389.41
HexD2CAFE111400f96059
Octal322312376212400371140131
Binary1101001011001010111111101000110100001111100111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAFE; }

 p { color: rgb(210,202,254); }

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

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

 a { background-color: rgb(210,202,254); }

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

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

 span { border-color: rgb(210,202,254); }

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