#D6CAFB

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

Shades of Lavender Blue #D6CAFB

Tints of Lavender Blue #D6CAFB

Color information

#D6CAFB (or 0xD6CAFB) is unknown color: approx Lavender Blue. HEX triplet: D6, CA and FB. RGB value is (214,202,251). Sum of RGB (Red+Green+Blue) = 214+202+251=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 202 (79.30% from 255 or 30.28% from 667); Blue value is 251 (98.44% from 255 or 37.63% from 667); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6CAFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CAFB is #293504. Grayscale: #D2D2D2. Windows color (decimal): -2700549 or 16501462. OLE color: 16501462.

HSL color Cylindrical-coordinate representation of color #D6CAFB: hue angle of 254.69º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6CAFB is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214202251-
CMYK0.150.2000.02
HSL254.69º85.96%88.82%-
HSV(B)254.69º19.52%98.43%-
XYZ66.2663.5100.03-
YUV211.17150.48130.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.08%
GREEN value IS 202 (79.30% from 255) = 30.28%
BLUE value IS 251 (98.44% from 255) = 37.63%
R=32.08%
G=30.28%
B=37.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142022510.150.2000.02254.6985.9688.82
HexD6CAFBF1402ff5659
Octal326312373172402377126131
Binary1101011011001010111110111111101000101111111110101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CAFB; }

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

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

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

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

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

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

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

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