Shades of Prelude #D1B2DE
Tints of Prelude #D1B2DE
RGB
CMYK
RGB Variations
Color information
#D1B2DE (or 0xD1B2DE) is known color: Prelude. HEX triplet: D1, B2 and DE. RGB value is (209,178,222). Sum of RGB (Red+Green+Blue) = 209+178+222=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 178 (69.92% from 255 or 29.23% from 609); Blue value is 222 (87.11% from 255 or 36.45% from 609); Max value from RGB is 222 - color contains mainly: blue. Hex color #D1B2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B2DE is #2E4D21. Grayscale: #C0C0C0. Windows color (decimal): -3034402 or 14594769. OLE color: 14594769.
HSL color Cylindrical-coordinate representation of color #D1B2DE: hue angle of 282.27º 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 #D1B2DE is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 209 | 178 | 222 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.13 |
| HSL | 282.27º | 0.4% | 0.78% | - |
| HSV(B) | 282.27º | 0.2% | 0.87% | - |
| XYZ | 55.4 | 50.67 | 75.97 | - |
| YUV | 192.29 | 144.77 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 178 | 222 | 0.06 | 0.20 | 0 | 0.13 | 282.27 | 0.4 | 0.78 |
| Hex | D1 | B2 | DE | 6 | 14 | 0 | D | 11A | 28 | 4E |
| Octal | 321 | 262 | 336 | 6 | 24 | 0 | 15 | 432 | 50 | 116 |
| Binary | 11010001 | 10110010 | 11011110 | 110 | 10100 | 0 | 1101 | 100011010 | 101000 | 1001110 |
Color Harmonies of #D1B2DE
Complementary color
Monochromatic Colors of #D1B2DE
Black with #D1B2DE
Text Example
Text Example
White with #D1B2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B2DE; }
p { color: rgb(209,178,222); }
H1.HeaderClassName
{
color: #D1B2DE;
}
.AnyTagClassName
{
color: #D1B2DE;
}
</style>
background-color css
<style>
a { background-color: #D1B2DE; }
a { background-color: rgb(209,178,222); }
div.DivClassName
{
background-color: #D1B2DE;
}
.BgClassName
{
background-color: #D1B2DE;
}
</style>
border-color css
<style>
span { border-color: #D1B2DE; }
span { border-color: rgb(209,178,222); }
td.TdClassName
{
border-color: #D1B2DE;
}
.TagClassName
{
border-color: #D1B2DE;
}
</style>