Shades of Lavender Blue #D2CFF8
Tints of Lavender Blue #D2CFF8
RGB
CMYK
RGB Variations
Color information
#D2CFF8 (or 0xD2CFF8) is known color: Lavender Blue. HEX triplet: D2, CF and F8. RGB value is (210,207,248). Sum of RGB (Red+Green+Blue) = 210+207+248=665 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.58% from 665); Green value is 207 (81.25% from 255 or 31.13% from 665); Blue value is 248 (97.27% from 255 or 37.29% from 665); Max value from RGB is 248 - color contains mainly: blue. Hex color #D2CFF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CFF8 is #2D3007. Grayscale: #D4D4D4. Windows color (decimal): -2961416 or 16306130. OLE color: 16306130.
HSL color Cylindrical-coordinate representation of color #D2CFF8: hue angle of 244.39º degrees, saturation: 0.75, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2CFF8 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 210 | 207 | 248 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.03 |
| HSL | 244.39º | 0.75% | 0.89% | - |
| HSV(B) | 244.39º | 0.17% | 0.97% | - |
| XYZ | 65.83 | 65.1 | 97.9 | - |
| YUV | 212.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 207 | 248 | 0.15 | 0.17 | 0 | 0.03 | 244.39 | 0.75 | 0.89 |
| Hex | D2 | CF | F8 | F | 11 | 0 | 3 | F4 | 4B | 59 |
| Octal | 322 | 317 | 370 | 17 | 21 | 0 | 3 | 364 | 113 | 131 |
| Binary | 11010010 | 11001111 | 11111000 | 1111 | 10001 | 0 | 11 | 11110100 | 1001011 | 1011001 |
Color Harmonies of #D2CFF8
Complementary color
Monochromatic Colors of #D2CFF8
Black with #D2CFF8
Text Example
Text Example
White with #D2CFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CFF8; }
p { color: rgb(210,207,248); }
H1.HeaderClassName
{
color: #D2CFF8;
}
.AnyTagClassName
{
color: #D2CFF8;
}
</style>
background-color css
<style>
a { background-color: #D2CFF8; }
a { background-color: rgb(210,207,248); }
div.DivClassName
{
background-color: #D2CFF8;
}
.BgClassName
{
background-color: #D2CFF8;
}
</style>
border-color css
<style>
span { border-color: #D2CFF8; }
span { border-color: rgb(210,207,248); }
td.TdClassName
{
border-color: #D2CFF8;
}
.TagClassName
{
border-color: #D2CFF8;
}
</style>