Shades of Prelude #CDBBD2
Tints of Prelude #CDBBD2
RGB
CMYK
RGB Variations
Color information
#CDBBD2 (or 0xCDBBD2) is known color: Prelude. HEX triplet: CD, BB and D2. RGB value is (205,187,210). Sum of RGB (Red+Green+Blue) = 205+187+210=602 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.05% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 210 - color contains mainly: blue. Hex color #CDBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBD2 is #32442D. Grayscale: #C2C2C2. Windows color (decimal): -3294254 or 13810637. OLE color: 13810637.
HSL color Cylindrical-coordinate representation of color #CDBBD2: hue angle of 286.96º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDBBD2 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 205 | 187 | 210 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.18 |
| HSL | 286.96º | 0.2% | 0.78% | - |
| HSV(B) | 286.96º | 0.11% | 0.82% | - |
| XYZ | 54.58 | 53.17 | 68.36 | - |
| YUV | 195 | 136.46 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 187 | 210 | 0.02 | 0.11 | 0 | 0.18 | 286.96 | 0.2 | 0.78 |
| Hex | CD | BB | D2 | 2 | B | 0 | 12 | 11F | 14 | 4E |
| Octal | 315 | 273 | 322 | 2 | 13 | 0 | 22 | 437 | 24 | 116 |
| Binary | 11001101 | 10111011 | 11010010 | 10 | 1011 | 0 | 10010 | 100011111 | 10100 | 1001110 |
Color Harmonies of #CDBBD2
Complementary color
Monochromatic Colors of #CDBBD2
Black with #CDBBD2
Text Example
Text Example
White with #CDBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBBD2; }
p { color: rgb(205,187,210); }
H1.HeaderClassName
{
color: #CDBBD2;
}
.AnyTagClassName
{
color: #CDBBD2;
}
</style>
background-color css
<style>
a { background-color: #CDBBD2; }
a { background-color: rgb(205,187,210); }
div.DivClassName
{
background-color: #CDBBD2;
}
.BgClassName
{
background-color: #CDBBD2;
}
</style>
border-color css
<style>
span { border-color: #CDBBD2; }
span { border-color: rgb(205,187,210); }
td.TdClassName
{
border-color: #CDBBD2;
}
.TagClassName
{
border-color: #CDBBD2;
}
</style>