Shades of Prelude #CDB8D4
Tints of Prelude #CDB8D4
RGB
CMYK
RGB Variations
Color information
#CDB8D4 (or 0xCDB8D4) is known color: Prelude. HEX triplet: CD, B8 and D4. RGB value is (205,184,212). Sum of RGB (Red+Green+Blue) = 205+184+212=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 184 (72.27% from 255 or 30.62% from 601); Blue value is 212 (83.20% from 255 or 35.27% from 601); Max value from RGB is 212 - color contains mainly: blue. Hex color #CDB8D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8D4 is #32472B. Grayscale: #C1C1C1. Windows color (decimal): -3295020 or 13940941. OLE color: 13940941.
HSL color Cylindrical-coordinate representation of color #CDB8D4: hue angle of 285º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDB8D4 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 205 | 184 | 212 | - |
CMYK | 0.03 | 0.13 | 0 | 0.17 |
HSL | 285º | 0.25% | 0.78% | - |
HSV(B) | 285º | 0.13% | 0.83% | - |
XYZ | 54.2 | 52.01 | 69.47 | - |
YUV | 193.47 | 138.46 | 136.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 184 | 212 | 0.03 | 0.13 | 0 | 0.17 | 285 | 0.25 | 0.78 |
Hex | CD | B8 | D4 | 3 | D | 0 | 11 | 11D | 19 | 4E |
Octal | 315 | 270 | 324 | 3 | 15 | 0 | 21 | 435 | 31 | 116 |
Binary | 11001101 | 10111000 | 11010100 | 11 | 1101 | 0 | 10001 | 100011101 | 11001 | 1001110 |
Color Harmonies of #CDB8D4
Complementary color
Monochromatic Colors of #CDB8D4
Black with #CDB8D4
Text Example
Text Example
White with #CDB8D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB8D4; }
p { color: rgb(205,184,212); }
H1.HeaderClassName
{
color: #CDB8D4;
}
.AnyTagClassName
{
color: #CDB8D4;
}
</style>
background-color css
<style>
a { background-color: #CDB8D4; }
a { background-color: rgb(205,184,212); }
div.DivClassName
{
background-color: #CDB8D4;
}
.BgClassName
{
background-color: #CDB8D4;
}
</style>
border-color css
<style>
span { border-color: #CDB8D4; }
span { border-color: rgb(205,184,212); }
td.TdClassName
{
border-color: #CDB8D4;
}
.TagClassName
{
border-color: #CDB8D4;
}
</style>