#D1CCF6

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

Shades of Lavender Blue #D1CCF6

Tints of Lavender Blue #D1CCF6

Color information

#D1CCF6 (or 0xD1CCF6) is unknown color: approx Lavender Blue. HEX triplet: D1, CC and F6. RGB value is (209,204,246). Sum of RGB (Red+Green+Blue) = 209+204+246=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 204 (80.08% from 255 or 30.96% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #D1CCF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCF6 is #2E3309. Grayscale: #D2D2D2. Windows color (decimal): -3027722 or 16174289. OLE color: 16174289.

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

Color convert

RGB209204246-
CMYK0.150.1700.04
HSL247.14º70%88.24%-
HSV(B)247.14º17.07%96.47%-
XYZ64.5263.3996.02-
YUV210.28148.16127.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.71%
GREEN value IS 204 (80.08% from 255) = 30.96%
BLUE value IS 246 (96.48% from 255) = 37.33%
R=31.71%
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.04
SystemRedGreenBlueCMYKHSL
Decimal2092042460.150.1700.04247.147088.24
HexD1CCF6F1104f74658
Octal321314366172104367106130
Binary11010001110011001111011011111000101001111011110001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCF6; }

 p { color: rgb(209,204,246); }

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

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

 a { background-color: rgb(209,204,246); }

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

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

 span { border-color: rgb(209,204,246); }

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