Shades of Prelude #D0CAD2
Tints of Prelude #D0CAD2
RGB
CMYK
RGB Variations
Color information
#D0CAD2 (or 0xD0CAD2) is known color: Prelude. HEX triplet: D0, CA and D2. RGB value is (208,202,210). Sum of RGB (Red+Green+Blue) = 208+202+210=620 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.55% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 210 - color contains mainly: blue. Hex color #D0CAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CAD2 is #2F352D. Grayscale: #CCCCCC. Windows color (decimal): -3093806 or 13814480. OLE color: 13814480.
HSL color Cylindrical-coordinate representation of color #D0CAD2: hue angle of 285º degrees, saturation: 0.08, 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 #D0CAD2 is Cyan = 0.01, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 208 | 202 | 210 | - |
CMYK | 0.01 | 0.04 | 0 | 0.18 |
HSL | 285º | 0.08% | 0.81% | - |
HSV(B) | 285º | 0.04% | 0.82% | - |
XYZ | 58.77 | 60.3 | 69.52 | - |
YUV | 204.71 | 130.99 | 130.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 202 | 210 | 0.01 | 0.04 | 0 | 0.18 | 285 | 0.08 | 0.81 |
Hex | D0 | CA | D2 | 1 | 4 | 0 | 12 | 11D | 8 | 51 |
Octal | 320 | 312 | 322 | 1 | 4 | 0 | 22 | 435 | 10 | 121 |
Binary | 11010000 | 11001010 | 11010010 | 1 | 100 | 0 | 10010 | 100011101 | 1000 | 1010001 |
Color Harmonies of #D0CAD2
Complementary color
Monochromatic Colors of #D0CAD2
Black with #D0CAD2
Text Example
Text Example
White with #D0CAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CAD2; }
p { color: rgb(208,202,210); }
H1.HeaderClassName
{
color: #D0CAD2;
}
.AnyTagClassName
{
color: #D0CAD2;
}
</style>
background-color css
<style>
a { background-color: #D0CAD2; }
a { background-color: rgb(208,202,210); }
div.DivClassName
{
background-color: #D0CAD2;
}
.BgClassName
{
background-color: #D0CAD2;
}
</style>
border-color css
<style>
span { border-color: #D0CAD2; }
span { border-color: rgb(208,202,210); }
td.TdClassName
{
border-color: #D0CAD2;
}
.TagClassName
{
border-color: #D0CAD2;
}
</style>