Shades of Prelude #D1C2DB
Tints of Prelude #D1C2DB
RGB
CMYK
RGB Variations
Color information
#D1C2DB (or 0xD1C2DB) is known color: Prelude. HEX triplet: D1, C2 and DB. RGB value is (209,194,219). Sum of RGB (Red+Green+Blue) = 209+194+219=622 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.60% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 219 (85.94% from 255 or 35.21% from 622); Max value from RGB is 219 - color contains mainly: blue. Hex color #D1C2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C2DB is #2E3D24. Grayscale: #C9C9C9. Windows color (decimal): -3030309 or 14402257. OLE color: 14402257.
HSL color Cylindrical-coordinate representation of color #D1C2DB: hue angle of 276º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1C2DB is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 209 | 194 | 219 | - |
CMYK | 0.05 | 0.11 | 0 | 0.14 |
HSL | 276º | 0.26% | 0.81% | - |
HSV(B) | 276º | 0.11% | 0.86% | - |
XYZ | 58.37 | 57.25 | 74.99 | - |
YUV | 201.34 | 137.97 | 133.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 194 | 219 | 0.05 | 0.11 | 0 | 0.14 | 276 | 0.26 | 0.81 |
Hex | D1 | C2 | DB | 5 | B | 0 | E | 114 | 1A | 51 |
Octal | 321 | 302 | 333 | 5 | 13 | 0 | 16 | 424 | 32 | 121 |
Binary | 11010001 | 11000010 | 11011011 | 101 | 1011 | 0 | 1110 | 100010100 | 11010 | 1010001 |
Color Harmonies of #D1C2DB
Complementary color
Monochromatic Colors of #D1C2DB
Black with #D1C2DB
Text Example
Text Example
White with #D1C2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C2DB; }
p { color: rgb(209,194,219); }
H1.HeaderClassName
{
color: #D1C2DB;
}
.AnyTagClassName
{
color: #D1C2DB;
}
</style>
background-color css
<style>
a { background-color: #D1C2DB; }
a { background-color: rgb(209,194,219); }
div.DivClassName
{
background-color: #D1C2DB;
}
.BgClassName
{
background-color: #D1C2DB;
}
</style>
border-color css
<style>
span { border-color: #D1C2DB; }
span { border-color: rgb(209,194,219); }
td.TdClassName
{
border-color: #D1C2DB;
}
.TagClassName
{
border-color: #D1C2DB;
}
</style>