#D6CEFF

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

Shades of Lavender Blue #D6CEFF

Tints of Lavender Blue #D6CEFF

Color information

#D6CEFF (or 0xD6CEFF) is unknown color: approx Lavender Blue. HEX triplet: D6, CE and FF. RGB value is (214,206,255). Sum of RGB (Red+Green+Blue) = 214+206+255=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 206 (80.86% from 255 or 30.52% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6CEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CEFF is #293100. Grayscale: #D5D5D5. Windows color (decimal): -2699521 or 16764630. OLE color: 16764630.

HSL color Cylindrical-coordinate representation of color #D6CEFF: hue angle of 249.8º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6CEFF is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214206255-
CMYK0.160.1900
HSL249.8º100%90.39%-
HSV(B)249.8º19.22%100%-
XYZ67.8565.66103.7-
YUV213.98151.15128.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.70%
GREEN value IS 206 (80.86% from 255) = 30.52%
BLUE value IS 255 (100% from 255) = 37.78%
R=31.70%
G=30.52%
B=37.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142062550.160.1900249.810090.39
HexD6CEFF101300fa645a
Octal326316377202300372144132
Binary1101011011001110111111111000010011001111101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CEFF; }

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

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

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

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

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

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

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

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