Shades of Prelude #D2B2DE
Tints of Prelude #D2B2DE
RGB
CMYK
RGB Variations
Color information
#D2B2DE (or 0xD2B2DE) is known color: Prelude. HEX triplet: D2, B2 and DE. RGB value is (210,178,222). Sum of RGB (Red+Green+Blue) = 210+178+222=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 178 (69.92% from 255 or 29.18% from 610); Blue value is 222 (87.11% from 255 or 36.39% from 610); Max value from RGB is 222 - color contains mainly: blue. Hex color #D2B2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D2B2DE is #2D4D21. Grayscale: #C0C0C0. Windows color (decimal): -2968866 or 14594770. OLE color: 14594770.
HSL color Cylindrical-coordinate representation of color #D2B2DE: hue angle of 283.64º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D2B2DE is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 178 | 222 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.13 |
| HSL | 283.64º | 0.4% | 0.78% | - |
| HSV(B) | 283.64º | 0.2% | 0.87% | - |
| XYZ | 55.68 | 50.82 | 75.98 | - |
| YUV | 192.58 | 144.6 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 222 | 0.05 | 0.20 | 0 | 0.13 | 283.64 | 0.4 | 0.78 |
| Hex | D2 | B2 | DE | 5 | 14 | 0 | D | 11C | 28 | 4E |
| Octal | 322 | 262 | 336 | 5 | 24 | 0 | 15 | 434 | 50 | 116 |
| Binary | 11010010 | 10110010 | 11011110 | 101 | 10100 | 0 | 1101 | 100011100 | 101000 | 1001110 |
Color Harmonies of #D2B2DE
Complementary color
Monochromatic Colors of #D2B2DE
Black with #D2B2DE
Text Example
Text Example
White with #D2B2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B2DE; }
p { color: rgb(210,178,222); }
H1.HeaderClassName
{
color: #D2B2DE;
}
.AnyTagClassName
{
color: #D2B2DE;
}
</style>
background-color css
<style>
a { background-color: #D2B2DE; }
a { background-color: rgb(210,178,222); }
div.DivClassName
{
background-color: #D2B2DE;
}
.BgClassName
{
background-color: #D2B2DE;
}
</style>
border-color css
<style>
span { border-color: #D2B2DE; }
span { border-color: rgb(210,178,222); }
td.TdClassName
{
border-color: #D2B2DE;
}
.TagClassName
{
border-color: #D2B2DE;
}
</style>