Shades of Prelude #CDBCD0
Tints of Prelude #CDBCD0
RGB
CMYK
RGB Variations
Color information
#CDBCD0 (or 0xCDBCD0) is known color: Prelude. HEX triplet: CD, BC and D0. RGB value is (205,188,208). Sum of RGB (Red+Green+Blue) = 205+188+208=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 208 - color contains mainly: blue. Hex color #CDBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCD0 is #32432F. Grayscale: #C3C3C3. Windows color (decimal): -3294000 or 13679821. OLE color: 13679821.
HSL color Cylindrical-coordinate representation of color #CDBCD0: hue angle of 291º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDBCD0 is Cyan = 0.01, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 205 | 188 | 208 | - |
CMYK | 0.01 | 0.10 | 0 | 0.18 |
HSL | 291º | 0.18% | 0.78% | - |
HSV(B) | 291º | 0.1% | 0.82% | - |
XYZ | 54.55 | 53.5 | 67.13 | - |
YUV | 195.36 | 135.13 | 134.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 188 | 208 | 0.01 | 0.10 | 0 | 0.18 | 291 | 0.18 | 0.78 |
Hex | CD | BC | D0 | 1 | A | 0 | 12 | 123 | 12 | 4E |
Octal | 315 | 274 | 320 | 1 | 12 | 0 | 22 | 443 | 22 | 116 |
Binary | 11001101 | 10111100 | 11010000 | 1 | 1010 | 0 | 10010 | 100100011 | 10010 | 1001110 |
Color Harmonies of #CDBCD0
Complementary color
Monochromatic Colors of #CDBCD0
Black with #CDBCD0
Text Example
Text Example
White with #CDBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBCD0; }
p { color: rgb(205,188,208); }
H1.HeaderClassName
{
color: #CDBCD0;
}
.AnyTagClassName
{
color: #CDBCD0;
}
</style>
background-color css
<style>
a { background-color: #CDBCD0; }
a { background-color: rgb(205,188,208); }
div.DivClassName
{
background-color: #CDBCD0;
}
.BgClassName
{
background-color: #CDBCD0;
}
</style>
border-color css
<style>
span { border-color: #CDBCD0; }
span { border-color: rgb(205,188,208); }
td.TdClassName
{
border-color: #CDBCD0;
}
.TagClassName
{
border-color: #CDBCD0;
}
</style>