#D6CFFA

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

Shades of Lavender Blue #D6CFFA

Tints of Lavender Blue #D6CFFA

Color information

#D6CFFA (or 0xD6CFFA) is unknown color: approx Lavender Blue. HEX triplet: D6, CF and FA. RGB value is (214,207,250). Sum of RGB (Red+Green+Blue) = 214+207+250=671 (88% of max value = 765). Red value is 214 (83.98% from 255 or 31.89% from 671); Green value is 207 (81.25% from 255 or 30.85% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 250 - color contains mainly: blue. Hex color #D6CFFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFFA is #293005. Grayscale: #D5D5D5. Windows color (decimal): -2699270 or 16437206. OLE color: 16437206.

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

Color convert

RGB214207250-
CMYK0.140.1700.02
HSL249.77º81.13%89.61%-
HSV(B)249.77º17.2%98.04%-
XYZ67.365.8299.6-
YUV213.99148.32128-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.89%
GREEN value IS 207 (81.25% from 255) = 30.85%
BLUE value IS 250 (98.05% from 255) = 37.26%
R=31.89%
G=30.85%
B=37.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142072500.140.1700.02249.7781.1389.61
HexD6CFFAE1102fa515a
Octal326317372162102372121132
Binary1101011011001111111110101110100010101111101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFFA; }

 p { color: rgb(214,207,250); }

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

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

 a { background-color: rgb(214,207,250); }

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

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

 span { border-color: rgb(214,207,250); }

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