Shades of Prelude #D2C2DA
Tints of Prelude #D2C2DA
RGB
CMYK
RGB Variations
Color information
#D2C2DA (or 0xD2C2DA) is known color: Prelude. HEX triplet: D2, C2 and DA. RGB value is (210,194,218). Sum of RGB (Red+Green+Blue) = 210+194+218=622 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.76% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 218 (85.55% from 255 or 35.05% from 622); Max value from RGB is 218 - color contains mainly: blue. Hex color #D2C2DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C2DA is #2D3D25. Grayscale: #C9C9C9. Windows color (decimal): -2964774 or 14336722. OLE color: 14336722.
HSL color Cylindrical-coordinate representation of color #D2C2DA: hue angle of 280º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2C2DA is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 210 | 194 | 218 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.15 |
| HSL | 280º | 0.24% | 0.81% | - |
| HSV(B) | 280º | 0.11% | 0.85% | - |
| XYZ | 58.53 | 57.35 | 74.31 | - |
| YUV | 201.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 194 | 218 | 0.04 | 0.11 | 0 | 0.15 | 280 | 0.24 | 0.81 |
| Hex | D2 | C2 | DA | 4 | B | 0 | F | 118 | 18 | 51 |
| Octal | 322 | 302 | 332 | 4 | 13 | 0 | 17 | 430 | 30 | 121 |
| Binary | 11010010 | 11000010 | 11011010 | 100 | 1011 | 0 | 1111 | 100011000 | 11000 | 1010001 |
Color Harmonies of #D2C2DA
Complementary color
Monochromatic Colors of #D2C2DA
Black with #D2C2DA
Text Example
Text Example
White with #D2C2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C2DA; }
p { color: rgb(210,194,218); }
H1.HeaderClassName
{
color: #D2C2DA;
}
.AnyTagClassName
{
color: #D2C2DA;
}
</style>
background-color css
<style>
a { background-color: #D2C2DA; }
a { background-color: rgb(210,194,218); }
div.DivClassName
{
background-color: #D2C2DA;
}
.BgClassName
{
background-color: #D2C2DA;
}
</style>
border-color css
<style>
span { border-color: #D2C2DA; }
span { border-color: rgb(210,194,218); }
td.TdClassName
{
border-color: #D2C2DA;
}
.TagClassName
{
border-color: #D2C2DA;
}
</style>