Shades of Lavender Blue #D1CCF2
Tints of Lavender Blue #D1CCF2
RGB
CMYK
RGB Variations
Color information
#D1CCF2 (or 0xD1CCF2) is known color: Lavender Blue. HEX triplet: D1, CC and F2. RGB value is (209,204,242). Sum of RGB (Red+Green+Blue) = 209+204+242=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 204 (80.08% from 255 or 31.15% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #D1CCF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCF2 is #2E330D. Grayscale: #D1D1D1. Windows color (decimal): -3027726 or 15912145. OLE color: 15912145.
HSL color Cylindrical-coordinate representation of color #D1CCF2: hue angle of 247.89º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1CCF2 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
RGB | 209 | 204 | 242 | - |
CMYK | 0.14 | 0.16 | 0 | 0.05 |
HSL | 247.89º | 0.59% | 0.87% | - |
HSV(B) | 247.89º | 0.16% | 0.95% | - |
XYZ | 63.91 | 63.15 | 92.83 | - |
YUV | 209.83 | 146.16 | 127.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 204 | 242 | 0.14 | 0.16 | 0 | 0.05 | 247.89 | 0.59 | 0.87 |
Hex | D1 | CC | F2 | E | 10 | 0 | 5 | F8 | 3B | 57 |
Octal | 321 | 314 | 362 | 16 | 20 | 0 | 5 | 370 | 73 | 127 |
Binary | 11010001 | 11001100 | 11110010 | 1110 | 10000 | 0 | 101 | 11111000 | 111011 | 1010111 |
Color Harmonies of #D1CCF2
Complementary color
Monochromatic Colors of #D1CCF2
Black with #D1CCF2
Text Example
Text Example
White with #D1CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCF2; }
p { color: rgb(209,204,242); }
H1.HeaderClassName
{
color: #D1CCF2;
}
.AnyTagClassName
{
color: #D1CCF2;
}
</style>
background-color css
<style>
a { background-color: #D1CCF2; }
a { background-color: rgb(209,204,242); }
div.DivClassName
{
background-color: #D1CCF2;
}
.BgClassName
{
background-color: #D1CCF2;
}
</style>
border-color css
<style>
span { border-color: #D1CCF2; }
span { border-color: rgb(209,204,242); }
td.TdClassName
{
border-color: #D1CCF2;
}
.TagClassName
{
border-color: #D1CCF2;
}
</style>