Shades of Prelude #CCBBD4
Tints of Prelude #CCBBD4
RGB
CMYK
RGB Variations
Color information
#CCBBD4 (or 0xCCBBD4) is known color: Prelude. HEX triplet: CC, BB and D4. RGB value is (204,187,212). Sum of RGB (Red+Green+Blue) = 204+187+212=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 212 (83.20% from 255 or 35.16% from 603); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCBBD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBBD4 is #33442B. Grayscale: #C2C2C2. Windows color (decimal): -3359788 or 13941708. OLE color: 13941708.
HSL color Cylindrical-coordinate representation of color #CCBBD4: hue angle of 280.8º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCBBD4 is Cyan = 0.04, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 187 | 212 | - |
| CMYK | 0.04 | 0.12 | 0 | 0.17 |
| HSL | 280.8º | 0.23% | 0.78% | - |
| HSV(B) | 280.8º | 0.12% | 0.83% | - |
| XYZ | 54.56 | 53.13 | 69.67 | - |
| YUV | 194.93 | 137.63 | 134.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 187 | 212 | 0.04 | 0.12 | 0 | 0.17 | 280.8 | 0.23 | 0.78 |
| Hex | CC | BB | D4 | 4 | C | 0 | 11 | 119 | 17 | 4E |
| Octal | 314 | 273 | 324 | 4 | 14 | 0 | 21 | 431 | 27 | 116 |
| Binary | 11001100 | 10111011 | 11010100 | 100 | 1100 | 0 | 10001 | 100011001 | 10111 | 1001110 |
Color Harmonies of #CCBBD4
Complementary color
Monochromatic Colors of #CCBBD4
Black with #CCBBD4
Text Example
Text Example
White with #CCBBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBBD4; }
p { color: rgb(204,187,212); }
H1.HeaderClassName
{
color: #CCBBD4;
}
.AnyTagClassName
{
color: #CCBBD4;
}
</style>
background-color css
<style>
a { background-color: #CCBBD4; }
a { background-color: rgb(204,187,212); }
div.DivClassName
{
background-color: #CCBBD4;
}
.BgClassName
{
background-color: #CCBBD4;
}
</style>
border-color css
<style>
span { border-color: #CCBBD4; }
span { border-color: rgb(204,187,212); }
td.TdClassName
{
border-color: #CCBBD4;
}
.TagClassName
{
border-color: #CCBBD4;
}
</style>