Shades of Prelude #D0C3D8
Tints of Prelude #D0C3D8
RGB
CMYK
RGB Variations
Color information
#D0C3D8 (or 0xD0C3D8) is known color: Prelude. HEX triplet: D0, C3 and D8. RGB value is (208,195,216). Sum of RGB (Red+Green+Blue) = 208+195+216=619 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.60% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 216 - color contains mainly: blue. Hex color #D0C3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C3D8 is #2F3C27. Grayscale: #C9C9C9. Windows color (decimal): -3095592 or 14205904. OLE color: 14205904.
HSL color Cylindrical-coordinate representation of color #D0C3D8: hue angle of 277.14º degrees, saturation: 0.21, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0C3D8 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 208 | 195 | 216 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.15 |
| HSL | 277.14º | 0.21% | 0.81% | - |
| HSV(B) | 277.14º | 0.1% | 0.85% | - |
| XYZ | 57.92 | 57.4 | 72.99 | - |
| YUV | 201.28 | 136.31 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 216 | 0.04 | 0.10 | 0 | 0.15 | 277.14 | 0.21 | 0.81 |
| Hex | D0 | C3 | D8 | 4 | A | 0 | F | 115 | 15 | 51 |
| Octal | 320 | 303 | 330 | 4 | 12 | 0 | 17 | 425 | 25 | 121 |
| Binary | 11010000 | 11000011 | 11011000 | 100 | 1010 | 0 | 1111 | 100010101 | 10101 | 1010001 |
Color Harmonies of #D0C3D8
Complementary color
Monochromatic Colors of #D0C3D8
Black with #D0C3D8
Text Example
Text Example
White with #D0C3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C3D8; }
p { color: rgb(208,195,216); }
H1.HeaderClassName
{
color: #D0C3D8;
}
.AnyTagClassName
{
color: #D0C3D8;
}
</style>
background-color css
<style>
a { background-color: #D0C3D8; }
a { background-color: rgb(208,195,216); }
div.DivClassName
{
background-color: #D0C3D8;
}
.BgClassName
{
background-color: #D0C3D8;
}
</style>
border-color css
<style>
span { border-color: #D0C3D8; }
span { border-color: rgb(208,195,216); }
td.TdClassName
{
border-color: #D0C3D8;
}
.TagClassName
{
border-color: #D0C3D8;
}
</style>