#D6D0FC

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

Shades of Lavender Blue #D6D0FC

Tints of Lavender Blue #D6D0FC

Color information

#D6D0FC (or 0xD6D0FC) is unknown color: approx Lavender Blue. HEX triplet: D6, D0 and FC. RGB value is (214,208,252). Sum of RGB (Red+Green+Blue) = 214+208+252=674 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.75% from 674); Green value is 208 (81.64% from 255 or 30.86% from 674); Blue value is 252 (98.83% from 255 or 37.39% from 674); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6D0FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D0FC is #292F03. Grayscale: #D6D6D6. Windows color (decimal): -2699012 or 16568534. OLE color: 16568534.

HSL color Cylindrical-coordinate representation of color #D6D0FC: hue angle of 248.18º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6D0FC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214208252-
CMYK0.150.1700.01
HSL248.18º88%90.2%-
HSV(B)248.18º17.46%98.82%-
XYZ67.8666.44101.34-
YUV214.81148.99127.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.75%
GREEN value IS 208 (81.64% from 255) = 30.86%
BLUE value IS 252 (98.83% from 255) = 37.39%
R=31.75%
G=30.86%
B=37.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2142082520.150.1700.01248.188890.2
HexD6D0FCF1101f8585a
Octal326320374172101370130132
Binary110101101101000011111100111110001011111100010110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D0FC; }

 p { color: rgb(214,208,252); }

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

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

 a { background-color: rgb(214,208,252); }

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

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

 span { border-color: rgb(214,208,252); }

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