#D6D1FC

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

Shades of Lavender Blue #D6D1FC

Tints of Lavender Blue #D6D1FC

Color information

#D6D1FC (or 0xD6D1FC) is unknown color: approx Lavender Blue. HEX triplet: D6, D1 and FC. RGB value is (214,209,252). Sum of RGB (Red+Green+Blue) = 214+209+252=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 209 (82.03% from 255 or 30.96% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #D6D1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6D1FC is #292E03. Grayscale: #D7D7D7. Windows color (decimal): -2698756 or 16568790. OLE color: 16568790.

HSL color Cylindrical-coordinate representation of color #D6D1FC: hue angle of 246.98º 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 #D6D1FC is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB214209252-
CMYK0.150.1700.01
HSL246.98º87.76%90.39%-
HSV(B)246.98º17.06%98.82%-
XYZ68.166.93101.42-
YUV215.4148.66127-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.70%
GREEN value IS 209 (82.03% from 255) = 30.96%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=31.70%
G=30.96%
B=37.33%

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
Decimal2142092520.150.1700.01246.9887.7690.39
HexD6D1FCF1101f7585a
Octal326321374172101367130132
Binary110101101101000111111100111110001011111011110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D1FC; }

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

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

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

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

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

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

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

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