Shades of Lavender Blue #D8CFFF
Tints of Lavender Blue #D8CFFF
RGB
CMYK
RGB Variations
Color information
#D8CFFF (or 0xD8CFFF) is known color: Lavender Blue. HEX triplet: D8, CF and FF. RGB value is (216,207,255). Sum of RGB (Red+Green+Blue) = 216+207+255=678 (89% of max value = 765). Red value is 216 (84.77% from 255 or 31.86% from 678); Green value is 207 (81.25% from 255 or 30.53% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8CFFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8CFFF is #273000. Grayscale: #D6D6D6. Windows color (decimal): -2568193 or 16764888. OLE color: 16764888.
HSL color Cylindrical-coordinate representation of color #D8CFFF: hue angle of 251.25º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8CFFF is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 207 | 255 | - |
| CMYK | 0.15 | 0.19 | 0 | 0 |
| HSL | 251.25º | 1% | 0.91% | - |
| HSV(B) | 251.25º | 0.19% | 1% | - |
| XYZ | 68.68 | 66.44 | 103.81 | - |
| YUV | 215.16 | 150.48 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 255 | 0.15 | 0.19 | 0 | 0 | 251.25 | 1 | 0.91 |
| Hex | D8 | CF | FF | F | 13 | 0 | 0 | FB | 64 | 5B |
| Octal | 330 | 317 | 377 | 17 | 23 | 0 | 0 | 373 | 144 | 133 |
| Binary | 11011000 | 11001111 | 11111111 | 1111 | 10011 | 0 | 0 | 11111011 | 1100100 | 1011011 |
Color Harmonies of #D8CFFF
Complementary color
Monochromatic Colors of #D8CFFF
Black with #D8CFFF
Text Example
Text Example
White with #D8CFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CFFF; }
p { color: rgb(216,207,255); }
H1.HeaderClassName
{
color: #D8CFFF;
}
.AnyTagClassName
{
color: #D8CFFF;
}
</style>
background-color css
<style>
a { background-color: #D8CFFF; }
a { background-color: rgb(216,207,255); }
div.DivClassName
{
background-color: #D8CFFF;
}
.BgClassName
{
background-color: #D8CFFF;
}
</style>
border-color css
<style>
span { border-color: #D8CFFF; }
span { border-color: rgb(216,207,255); }
td.TdClassName
{
border-color: #D8CFFF;
}
.TagClassName
{
border-color: #D8CFFF;
}
</style>