Shades of Prelude #CCBCD3
Tints of Prelude #CCBCD3
RGB
CMYK
RGB Variations
Color information
#CCBCD3 (or 0xCCBCD3) is known color: Prelude. HEX triplet: CC, BC and D3. RGB value is (204,188,211). Sum of RGB (Red+Green+Blue) = 204+188+211=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 211 (82.81% from 255 or 34.99% from 603); Max value from RGB is 211 - color contains mainly: blue. Hex color #CCBCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCD3 is #33432C. Grayscale: #C3C3C3. Windows color (decimal): -3359533 or 13876428. OLE color: 13876428.
HSL color Cylindrical-coordinate representation of color #CCBCD3: hue angle of 281.74º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCBCD3 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 188 | 211 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.17 |
| HSL | 281.74º | 0.21% | 0.78% | - |
| HSV(B) | 281.74º | 0.11% | 0.83% | - |
| XYZ | 54.64 | 53.51 | 69.08 | - |
| YUV | 195.41 | 136.8 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 211 | 0.03 | 0.11 | 0 | 0.17 | 281.74 | 0.21 | 0.78 |
| Hex | CC | BC | D3 | 3 | B | 0 | 11 | 11A | 15 | 4E |
| Octal | 314 | 274 | 323 | 3 | 13 | 0 | 21 | 432 | 25 | 116 |
| Binary | 11001100 | 10111100 | 11010011 | 11 | 1011 | 0 | 10001 | 100011010 | 10101 | 1001110 |
Color Harmonies of #CCBCD3
Complementary color
Monochromatic Colors of #CCBCD3
Black with #CCBCD3
Text Example
Text Example
White with #CCBCD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCD3; }
p { color: rgb(204,188,211); }
H1.HeaderClassName
{
color: #CCBCD3;
}
.AnyTagClassName
{
color: #CCBCD3;
}
</style>
background-color css
<style>
a { background-color: #CCBCD3; }
a { background-color: rgb(204,188,211); }
div.DivClassName
{
background-color: #CCBCD3;
}
.BgClassName
{
background-color: #CCBCD3;
}
</style>
border-color css
<style>
span { border-color: #CCBCD3; }
span { border-color: rgb(204,188,211); }
td.TdClassName
{
border-color: #CCBCD3;
}
.TagClassName
{
border-color: #CCBCD3;
}
</style>