Shades of Prelude #CCBCD4
Tints of Prelude #CCBCD4
RGB
CMYK
RGB Variations
Color information
#CCBCD4 (or 0xCCBCD4) is known color: Prelude. HEX triplet: CC, BC and D4. RGB value is (204,188,212). Sum of RGB (Red+Green+Blue) = 204+188+212=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 212 (83.20% from 255 or 35.10% from 604); Max value from RGB is 212 - color contains mainly: blue. Hex color #CCBCD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBCD4 is #33432B. Grayscale: #C3C3C3. Windows color (decimal): -3359532 or 13941964. OLE color: 13941964.
HSL color Cylindrical-coordinate representation of color #CCBCD4: hue angle of 280º degrees, saturation: 0.22, 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 #CCBCD4 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 188 | 212 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.17 |
| HSL | 280º | 0.22% | 0.78% | - |
| HSV(B) | 280º | 0.11% | 0.83% | - |
| XYZ | 54.77 | 53.56 | 69.74 | - |
| YUV | 195.52 | 137.3 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 188 | 212 | 0.04 | 0.11 | 0 | 0.17 | 280 | 0.22 | 0.78 |
| Hex | CC | BC | D4 | 4 | B | 0 | 11 | 118 | 16 | 4E |
| Octal | 314 | 274 | 324 | 4 | 13 | 0 | 21 | 430 | 26 | 116 |
| Binary | 11001100 | 10111100 | 11010100 | 100 | 1011 | 0 | 10001 | 100011000 | 10110 | 1001110 |
Color Harmonies of #CCBCD4
Complementary color
Monochromatic Colors of #CCBCD4
Black with #CCBCD4
Text Example
Text Example
White with #CCBCD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBCD4; }
p { color: rgb(204,188,212); }
H1.HeaderClassName
{
color: #CCBCD4;
}
.AnyTagClassName
{
color: #CCBCD4;
}
</style>
background-color css
<style>
a { background-color: #CCBCD4; }
a { background-color: rgb(204,188,212); }
div.DivClassName
{
background-color: #CCBCD4;
}
.BgClassName
{
background-color: #CCBCD4;
}
</style>
border-color css
<style>
span { border-color: #CCBCD4; }
span { border-color: rgb(204,188,212); }
td.TdClassName
{
border-color: #CCBCD4;
}
.TagClassName
{
border-color: #CCBCD4;
}
</style>