Shades of Prelude #CCBBD2
Tints of Prelude #CCBBD2
RGB
CMYK
RGB Variations
Color information
#CCBBD2 (or 0xCCBBD2) is known color: Prelude. HEX triplet: CC, BB and D2. RGB value is (204,187,210). Sum of RGB (Red+Green+Blue) = 204+187+210=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 187 (73.44% from 255 or 31.11% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 210 - color contains mainly: blue. Hex color #CCBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD2 is #33442D. Grayscale: #C2C2C2. Windows color (decimal): -3359790 or 13810636. OLE color: 13810636.
HSL color Cylindrical-coordinate representation of color #CCBBD2: hue angle of 284.35º 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 #CCBBD2 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 187 | 210 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.18 |
| HSL | 284.35º | 0.2% | 0.78% | - |
| HSV(B) | 284.35º | 0.11% | 0.82% | - |
| XYZ | 54.31 | 53.03 | 68.35 | - |
| YUV | 194.71 | 136.63 | 134.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 210 | 0.03 | 0.11 | 0 | 0.18 | 284.35 | 0.2 | 0.78 |
| Hex | CC | BB | D2 | 3 | B | 0 | 12 | 11C | 14 | 4E |
| Octal | 314 | 273 | 322 | 3 | 13 | 0 | 22 | 434 | 24 | 116 |
| Binary | 11001100 | 10111011 | 11010010 | 11 | 1011 | 0 | 10010 | 100011100 | 10100 | 1001110 |
Color Harmonies of #CCBBD2
Complementary color
Monochromatic Colors of #CCBBD2
Black with #CCBBD2
Text Example
Text Example
White with #CCBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBD2; }
p { color: rgb(204,187,210); }
H1.HeaderClassName
{
color: #CCBBD2;
}
.AnyTagClassName
{
color: #CCBBD2;
}
</style>
background-color css
<style>
a { background-color: #CCBBD2; }
a { background-color: rgb(204,187,210); }
div.DivClassName
{
background-color: #CCBBD2;
}
.BgClassName
{
background-color: #CCBBD2;
}
</style>
border-color css
<style>
span { border-color: #CCBBD2; }
span { border-color: rgb(204,187,210); }
td.TdClassName
{
border-color: #CCBBD2;
}
.TagClassName
{
border-color: #CCBBD2;
}
</style>