Shades of Lavender Blue #D1CFFC
Tints of Lavender Blue #D1CFFC
RGB
CMYK
RGB Variations
Color information
#D1CFFC (or 0xD1CFFC) is known color: Lavender Blue. HEX triplet: D1, CF and FC. RGB value is (209,207,252). Sum of RGB (Red+Green+Blue) = 209+207+252=668 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.29% from 668); Green value is 207 (81.25% from 255 or 30.99% from 668); Blue value is 252 (98.83% from 255 or 37.72% from 668); Max value from RGB is 252 - color contains mainly: blue. Hex color #D1CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D1CFFC is #2E3003. Grayscale: #D4D4D4. Windows color (decimal): -3026948 or 16568273. OLE color: 16568273.
HSL color Cylindrical-coordinate representation of color #D1CFFC: hue angle of 242.67º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1CFFC is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 207 | 252 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.01 |
| HSL | 242.67º | 0.88% | 0.9% | - |
| HSV(B) | 242.67º | 0.18% | 0.99% | - |
| XYZ | 66.18 | 65.21 | 101.19 | - |
| YUV | 212.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 252 | 0.17 | 0.18 | 0 | 0.01 | 242.67 | 0.88 | 0.9 |
| Hex | D1 | CF | FC | 11 | 12 | 0 | 1 | F3 | 58 | 5A |
| Octal | 321 | 317 | 374 | 21 | 22 | 0 | 1 | 363 | 130 | 132 |
| Binary | 11010001 | 11001111 | 11111100 | 10001 | 10010 | 0 | 1 | 11110011 | 1011000 | 1011010 |
Color Harmonies of #D1CFFC
Complementary color
Monochromatic Colors of #D1CFFC
Black with #D1CFFC
Text Example
Text Example
White with #D1CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CFFC; }
p { color: rgb(209,207,252); }
H1.HeaderClassName
{
color: #D1CFFC;
}
.AnyTagClassName
{
color: #D1CFFC;
}
</style>
background-color css
<style>
a { background-color: #D1CFFC; }
a { background-color: rgb(209,207,252); }
div.DivClassName
{
background-color: #D1CFFC;
}
.BgClassName
{
background-color: #D1CFFC;
}
</style>
border-color css
<style>
span { border-color: #D1CFFC; }
span { border-color: rgb(209,207,252); }
td.TdClassName
{
border-color: #D1CFFC;
}
.TagClassName
{
border-color: #D1CFFC;
}
</style>