#D6CFFE

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

Shades of Lavender Blue #D6CFFE

Tints of Lavender Blue #D6CFFE

Color information

#D6CFFE (or 0xD6CFFE) is unknown color: approx Lavender Blue. HEX triplet: D6, CF and FE. RGB value is (214,207,254). Sum of RGB (Red+Green+Blue) = 214+207+254=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 207 (81.25% from 255 or 30.67% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #D6CFFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CFFE is #293001. Grayscale: #D6D6D6. Windows color (decimal): -2699266 or 16699350. OLE color: 16699350.

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

Color convert

RGB214207254-
CMYK0.160.1900.00
HSL248.94º95.92%90.39%-
HSV(B)248.94º18.5%99.61%-
XYZ67.9366.08102.94-
YUV214.45150.32127.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.70%
GREEN value IS 207 (81.25% from 255) = 30.67%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=31.70%
G=30.67%
B=37.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2142072540.160.1900.00248.9495.9290.39
HexD6CFFE101300f9605a
Octal326317376202300371140132
Binary1101011011001111111111101000010011001111100111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6CFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6CFFE; }

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

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

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

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

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

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

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

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