#D6CEFB

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

Shades of Lavender Blue #D6CEFB

Tints of Lavender Blue #D6CEFB

Color information

#D6CEFB (or 0xD6CEFB) is unknown color: approx Lavender Blue. HEX triplet: D6, CE and FB. RGB value is (214,206,251). Sum of RGB (Red+Green+Blue) = 214+206+251=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 206 (80.86% from 255 or 30.70% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #D6CEFB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEFB is #293104. Grayscale: #D5D5D5. Windows color (decimal): -2699525 or 16502486. OLE color: 16502486.

HSL color Cylindrical-coordinate representation of color #D6CEFB: hue angle of 250.67º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6CEFB is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB214206251-
CMYK0.150.1800.02
HSL250.67º84.91%89.61%-
HSV(B)250.67º17.93%98.43%-
XYZ67.2265.4100.35-
YUV213.52149.15128.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.89%
GREEN value IS 206 (80.86% from 255) = 30.70%
BLUE value IS 251 (98.44% from 255) = 37.41%
R=31.89%
G=30.70%
B=37.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142062510.150.1800.02250.6784.9189.61
HexD6CEFBF1202fb555a
Octal326316373172202373125132
Binary1101011011001110111110111111100100101111101110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEFB; }

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

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

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

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

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

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

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

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