#D8CAFE

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

Shades of Lavender Blue #D8CAFE

Tints of Lavender Blue #D8CAFE

Color information

#D8CAFE (or 0xD8CAFE) is unknown color: approx Lavender Blue. HEX triplet: D8, CA and FE. RGB value is (216,202,254). Sum of RGB (Red+Green+Blue) = 216+202+254=672 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.14% from 672); Green value is 202 (79.30% from 255 or 30.06% from 672); Blue value is 254 (99.61% from 255 or 37.80% from 672); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CAFE is #273501. Grayscale: #D3D3D3. Windows color (decimal): -2569474 or 16698072. OLE color: 16698072.

HSL color Cylindrical-coordinate representation of color #D8CAFE: hue angle of 256.15º 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 #D8CAFE is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB216202254-
CMYK0.150.2000.00
HSL256.15º96.3%89.41%-
HSV(B)256.15º20.47%99.61%-
XYZ67.3364102.57-
YUV212.11151.64130.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.14%
GREEN value IS 202 (79.30% from 255) = 30.06%
BLUE value IS 254 (99.61% from 255) = 37.80%
R=32.14%
G=30.06%
B=37.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2162022540.150.2000.00256.1596.389.41
HexD8CAFEF14001006059
Octal330312376172400400140131
Binary1101100011001010111111101111101000010000000011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8CAFE; }

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

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

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

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

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

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

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

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