Shades of Prelude #D0C9D2
Tints of Prelude #D0C9D2
RGB
CMYK
RGB Variations
Color information
#D0C9D2 (or 0xD0C9D2) is known color: Prelude. HEX triplet: D0, C9 and D2. RGB value is (208,201,210). Sum of RGB (Red+Green+Blue) = 208+201+210=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 201 (78.91% from 255 or 32.47% from 619); Blue value is 210 (82.42% from 255 or 33.93% from 619); Max value from RGB is 210 - color contains mainly: blue. Hex color #D0C9D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C9D2 is #2F362D. Grayscale: #CCCCCC. Windows color (decimal): -3094062 or 13814224. OLE color: 13814224.
HSL color Cylindrical-coordinate representation of color #D0C9D2: hue angle of 286.67º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D0C9D2 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 201 | 210 | - |
| CMYK | 0.01 | 0.04 | 0 | 0.18 |
| HSL | 286.67º | 0.09% | 0.81% | - |
| HSV(B) | 286.67º | 0.04% | 0.82% | - |
| XYZ | 58.53 | 59.84 | 69.44 | - |
| YUV | 204.12 | 131.32 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 201 | 210 | 0.01 | 0.04 | 0 | 0.18 | 286.67 | 0.09 | 0.81 |
| Hex | D0 | C9 | D2 | 1 | 4 | 0 | 12 | 11F | 9 | 51 |
| Octal | 320 | 311 | 322 | 1 | 4 | 0 | 22 | 437 | 11 | 121 |
| Binary | 11010000 | 11001001 | 11010010 | 1 | 100 | 0 | 10010 | 100011111 | 1001 | 1010001 |
Color Harmonies of #D0C9D2
Complementary color
Monochromatic Colors of #D0C9D2
Black with #D0C9D2
Text Example
Text Example
White with #D0C9D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C9D2; }
p { color: rgb(208,201,210); }
H1.HeaderClassName
{
color: #D0C9D2;
}
.AnyTagClassName
{
color: #D0C9D2;
}
</style>
background-color css
<style>
a { background-color: #D0C9D2; }
a { background-color: rgb(208,201,210); }
div.DivClassName
{
background-color: #D0C9D2;
}
.BgClassName
{
background-color: #D0C9D2;
}
</style>
border-color css
<style>
span { border-color: #D0C9D2; }
span { border-color: rgb(208,201,210); }
td.TdClassName
{
border-color: #D0C9D2;
}
.TagClassName
{
border-color: #D0C9D2;
}
</style>