Shades of Prelude #CDB7D1
Tints of Prelude #CDB7D1
RGB
CMYK
RGB Variations
Color information
#CDB7D1 (or 0xCDB7D1) is known color: Prelude. HEX triplet: CD, B7 and D1. RGB value is (205,183,209). Sum of RGB (Red+Green+Blue) = 205+183+209=597 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.34% from 597); Green value is 183 (71.88% from 255 or 30.65% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #CDB7D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB7D1 is #32482E. Grayscale: #C0C0C0. Windows color (decimal): -3295279 or 13744077. OLE color: 13744077.
HSL color Cylindrical-coordinate representation of color #CDB7D1: hue angle of 290.77º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDB7D1 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 205 | 183 | 209 | - |
CMYK | 0.02 | 0.12 | 0 | 0.18 |
HSL | 290.77º | 0.22% | 0.77% | - |
HSV(B) | 290.77º | 0.12% | 0.82% | - |
XYZ | 53.62 | 51.45 | 67.43 | - |
YUV | 192.54 | 137.29 | 136.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 183 | 209 | 0.02 | 0.12 | 0 | 0.18 | 290.77 | 0.22 | 0.77 |
Hex | CD | B7 | D1 | 2 | C | 0 | 12 | 123 | 16 | 4D |
Octal | 315 | 267 | 321 | 2 | 14 | 0 | 22 | 443 | 26 | 115 |
Binary | 11001101 | 10110111 | 11010001 | 10 | 1100 | 0 | 10010 | 100100011 | 10110 | 1001101 |
Color Harmonies of #CDB7D1
Complementary color
Monochromatic Colors of #CDB7D1
Black with #CDB7D1
Text Example
Text Example
White with #CDB7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB7D1; }
p { color: rgb(205,183,209); }
H1.HeaderClassName
{
color: #CDB7D1;
}
.AnyTagClassName
{
color: #CDB7D1;
}
</style>
background-color css
<style>
a { background-color: #CDB7D1; }
a { background-color: rgb(205,183,209); }
div.DivClassName
{
background-color: #CDB7D1;
}
.BgClassName
{
background-color: #CDB7D1;
}
</style>
border-color css
<style>
span { border-color: #CDB7D1; }
span { border-color: rgb(205,183,209); }
td.TdClassName
{
border-color: #CDB7D1;
}
.TagClassName
{
border-color: #CDB7D1;
}
</style>