Shades of Prelude #CCBCD2
Tints of Prelude #CCBCD2
RGB
CMYK
RGB Variations
Color information
#CCBCD2 (or 0xCCBCD2) is known color: Prelude. HEX triplet: CC, BC and D2. RGB value is (204,188,210). Sum of RGB (Red+Green+Blue) = 204+188+210=602 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.89% from 602); Green value is 188 (73.83% from 255 or 31.23% 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 #CCBCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCD2 is #33432D. Grayscale: #C3C3C3. Windows color (decimal): -3359534 or 13810892. OLE color: 13810892.
HSL color Cylindrical-coordinate representation of color #CCBCD2: hue angle of 283.64º degrees, saturation: 0.2, 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 #CCBCD2 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 188 | 210 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.18 |
| HSL | 283.64º | 0.2% | 0.78% | - |
| HSV(B) | 283.64º | 0.1% | 0.82% | - |
| XYZ | 54.52 | 53.46 | 68.42 | - |
| YUV | 195.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 210 | 0.03 | 0.10 | 0 | 0.18 | 283.64 | 0.2 | 0.78 |
| Hex | CC | BC | D2 | 3 | A | 0 | 12 | 11C | 14 | 4E |
| Octal | 314 | 274 | 322 | 3 | 12 | 0 | 22 | 434 | 24 | 116 |
| Binary | 11001100 | 10111100 | 11010010 | 11 | 1010 | 0 | 10010 | 100011100 | 10100 | 1001110 |
Color Harmonies of #CCBCD2
Complementary color
Monochromatic Colors of #CCBCD2
Black with #CCBCD2
Text Example
Text Example
White with #CCBCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCD2; }
p { color: rgb(204,188,210); }
H1.HeaderClassName
{
color: #CCBCD2;
}
.AnyTagClassName
{
color: #CCBCD2;
}
</style>
background-color css
<style>
a { background-color: #CCBCD2; }
a { background-color: rgb(204,188,210); }
div.DivClassName
{
background-color: #CCBCD2;
}
.BgClassName
{
background-color: #CCBCD2;
}
</style>
border-color css
<style>
span { border-color: #CCBCD2; }
span { border-color: rgb(204,188,210); }
td.TdClassName
{
border-color: #CCBCD2;
}
.TagClassName
{
border-color: #CCBCD2;
}
</style>