#D6CAFE

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

Shades of Lavender Blue #D6CAFE

Tints of Lavender Blue #D6CAFE

Color information

#D6CAFE (or 0xD6CAFE) is unknown color: approx Lavender Blue. HEX triplet: D6, CA and FE. RGB value is (214,202,254). Sum of RGB (Red+Green+Blue) = 214+202+254=670 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.94% from 670); Green value is 202 (79.30% from 255 or 30.15% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6CAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAFE is #293501. Grayscale: #D3D3D3. Windows color (decimal): -2700546 or 16698070. OLE color: 16698070.

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

Color convert

RGB214202254-
CMYK0.160.2000.00
HSL253.85º96.3%89.41%-
HSV(B)253.85º20.47%99.61%-
XYZ66.7463.69102.54-
YUV211.52151.98129.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.94%
GREEN value IS 202 (79.30% from 255) = 30.15%
BLUE value IS 254 (99.61% from 255) = 37.91%
R=31.94%
G=30.15%
B=37.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142022540.160.2000.00253.8596.389.41
HexD6CAFE101400fe6059
Octal326312376202400376140131
Binary1101011011001010111111101000010100001111111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAFE; }

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

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

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

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

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

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

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

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