Shades of Lavender Blue #D0CFFC
Tints of Lavender Blue #D0CFFC
RGB
CMYK
RGB Variations
Color information
#D0CFFC (or 0xD0CFFC) is known color: Lavender Blue. HEX triplet: D0, CF and FC. RGB value is (208,207,252). Sum of RGB (Red+Green+Blue) = 208+207+252=667 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.18% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #D0CFFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D0CFFC is #2F3003. Grayscale: #D4D4D4. Windows color (decimal): -3092484 or 16568272. OLE color: 16568272.
HSL color Cylindrical-coordinate representation of color #D0CFFC: hue angle of 241.33º 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 #D0CFFC is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 208 | 207 | 252 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.01 |
| HSL | 241.33º | 0.88% | 0.9% | - |
| HSV(B) | 241.33º | 0.18% | 0.99% | - |
| XYZ | 65.9 | 65.06 | 101.18 | - |
| YUV | 212.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 252 | 0.17 | 0.18 | 0 | 0.01 | 241.33 | 0.88 | 0.9 |
| Hex | D0 | CF | FC | 11 | 12 | 0 | 1 | F1 | 58 | 5A |
| Octal | 320 | 317 | 374 | 21 | 22 | 0 | 1 | 361 | 130 | 132 |
| Binary | 11010000 | 11001111 | 11111100 | 10001 | 10010 | 0 | 1 | 11110001 | 1011000 | 1011010 |
Color Harmonies of #D0CFFC
Complementary color
Monochromatic Colors of #D0CFFC
Black with #D0CFFC
Text Example
Text Example
White with #D0CFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFFC; }
p { color: rgb(208,207,252); }
H1.HeaderClassName
{
color: #D0CFFC;
}
.AnyTagClassName
{
color: #D0CFFC;
}
</style>
background-color css
<style>
a { background-color: #D0CFFC; }
a { background-color: rgb(208,207,252); }
div.DivClassName
{
background-color: #D0CFFC;
}
.BgClassName
{
background-color: #D0CFFC;
}
</style>
border-color css
<style>
span { border-color: #D0CFFC; }
span { border-color: rgb(208,207,252); }
td.TdClassName
{
border-color: #D0CFFC;
}
.TagClassName
{
border-color: #D0CFFC;
}
</style>