Shades of Lavender Grey #D0CFDB
Tints of Lavender Grey #D0CFDB
RGB
CMYK
RGB Variations
Color information
#D0CFDB (or 0xD0CFDB) is known color: Lavender Grey. HEX triplet: D0, CF and DB. RGB value is (208,207,219). Sum of RGB (Red+Green+Blue) = 208+207+219=634 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.81% from 634); Green value is 207 (81.25% from 255 or 32.65% from 634); Blue value is 219 (85.94% from 255 or 34.54% from 634); Max value from RGB is 219 - color contains mainly: blue. Hex color #D0CFDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFDB is #2F3024. Grayscale: #D0D0D0. Windows color (decimal): -3092517 or 14405584. OLE color: 14405584.
HSL color Cylindrical-coordinate representation of color #D0CFDB: hue angle of 245º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D0CFDB is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 208 | 207 | 219 | - |
CMYK | 0.05 | 0.05 | 0 | 0.14 |
HSL | 245º | 0.14% | 0.84% | - |
HSV(B) | 245º | 0.05% | 0.86% | - |
XYZ | 61.11 | 63.15 | 75.99 | - |
YUV | 208.67 | 133.83 | 127.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 207 | 219 | 0.05 | 0.05 | 0 | 0.14 | 245 | 0.14 | 0.84 |
Hex | D0 | CF | DB | 5 | 5 | 0 | E | F5 | E | 54 |
Octal | 320 | 317 | 333 | 5 | 5 | 0 | 16 | 365 | 16 | 124 |
Binary | 11010000 | 11001111 | 11011011 | 101 | 101 | 0 | 1110 | 11110101 | 1110 | 1010100 |
Color Harmonies of #D0CFDB
Complementary color
Monochromatic Colors of #D0CFDB
Black with #D0CFDB
Text Example
Text Example
White with #D0CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CFDB; }
p { color: rgb(208,207,219); }
H1.HeaderClassName
{
color: #D0CFDB;
}
.AnyTagClassName
{
color: #D0CFDB;
}
</style>
background-color css
<style>
a { background-color: #D0CFDB; }
a { background-color: rgb(208,207,219); }
div.DivClassName
{
background-color: #D0CFDB;
}
.BgClassName
{
background-color: #D0CFDB;
}
</style>
border-color css
<style>
span { border-color: #D0CFDB; }
span { border-color: rgb(208,207,219); }
td.TdClassName
{
border-color: #D0CFDB;
}
.TagClassName
{
border-color: #D0CFDB;
}
</style>