Shades of Lavender Blue #D1CCFC
Tints of Lavender Blue #D1CCFC
RGB
CMYK
RGB Variations
Color information
#D1CCFC (or 0xD1CCFC) is known color: Lavender Blue. HEX triplet: D1, CC and FC. RGB value is (209,204,252). Sum of RGB (Red+Green+Blue) = 209+204+252=665 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.43% from 665); Green value is 204 (80.08% from 255 or 30.68% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1CCFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CCFC is #2E3303. Grayscale: #D2D2D2. Windows color (decimal): -3027716 or 16567505. OLE color: 16567505.
HSL color Cylindrical-coordinate representation of color #D1CCFC: hue angle of 246.25º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1CCFC is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 204 | 252 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.01 |
| HSL | 246.25º | 0.89% | 0.89% | - |
| HSV(B) | 246.25º | 0.19% | 0.99% | - |
| XYZ | 65.46 | 63.77 | 100.95 | - |
| YUV | 210.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 204 | 252 | 0.17 | 0.19 | 0 | 0.01 | 246.25 | 0.89 | 0.89 |
| Hex | D1 | CC | FC | 11 | 13 | 0 | 1 | F6 | 59 | 59 |
| Octal | 321 | 314 | 374 | 21 | 23 | 0 | 1 | 366 | 131 | 131 |
| Binary | 11010001 | 11001100 | 11111100 | 10001 | 10011 | 0 | 1 | 11110110 | 1011001 | 1011001 |
Color Harmonies of #D1CCFC
Complementary color
Monochromatic Colors of #D1CCFC
Black with #D1CCFC
Text Example
Text Example
White with #D1CCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CCFC; }
p { color: rgb(209,204,252); }
H1.HeaderClassName
{
color: #D1CCFC;
}
.AnyTagClassName
{
color: #D1CCFC;
}
</style>
background-color css
<style>
a { background-color: #D1CCFC; }
a { background-color: rgb(209,204,252); }
div.DivClassName
{
background-color: #D1CCFC;
}
.BgClassName
{
background-color: #D1CCFC;
}
</style>
border-color css
<style>
span { border-color: #D1CCFC; }
span { border-color: rgb(209,204,252); }
td.TdClassName
{
border-color: #D1CCFC;
}
.TagClassName
{
border-color: #D1CCFC;
}
</style>