Shades of Prelude #CCBFD1
Tints of Prelude #CCBFD1
RGB
CMYK
RGB Variations
Color information
#CCBFD1 (or 0xCCBFD1) is known color: Prelude. HEX triplet: CC, BF and D1. RGB value is (204,191,209). Sum of RGB (Red+Green+Blue) = 204+191+209=604 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.77% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 209 - color contains mainly: blue. Hex color #CCBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFD1 is #33402E. Grayscale: #C4C4C4. Windows color (decimal): -3358767 or 13746124. OLE color: 13746124.
HSL color Cylindrical-coordinate representation of color #CCBFD1: hue angle of 283.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBFD1 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 191 | 209 | - |
| CMYK | 0.02 | 0.09 | 0 | 0.18 |
| HSL | 283.33º | 0.16% | 0.78% | - |
| HSV(B) | 283.33º | 0.09% | 0.82% | - |
| XYZ | 55.04 | 54.7 | 67.98 | - |
| YUV | 196.94 | 134.81 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 209 | 0.02 | 0.09 | 0 | 0.18 | 283.33 | 0.16 | 0.78 |
| Hex | CC | BF | D1 | 2 | 9 | 0 | 12 | 11B | 10 | 4E |
| Octal | 314 | 277 | 321 | 2 | 11 | 0 | 22 | 433 | 20 | 116 |
| Binary | 11001100 | 10111111 | 11010001 | 10 | 1001 | 0 | 10010 | 100011011 | 10000 | 1001110 |
Color Harmonies of #CCBFD1
Complementary color
Monochromatic Colors of #CCBFD1
Black with #CCBFD1
Text Example
Text Example
White with #CCBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFD1; }
p { color: rgb(204,191,209); }
H1.HeaderClassName
{
color: #CCBFD1;
}
.AnyTagClassName
{
color: #CCBFD1;
}
</style>
background-color css
<style>
a { background-color: #CCBFD1; }
a { background-color: rgb(204,191,209); }
div.DivClassName
{
background-color: #CCBFD1;
}
.BgClassName
{
background-color: #CCBFD1;
}
</style>
border-color css
<style>
span { border-color: #CCBFD1; }
span { border-color: rgb(204,191,209); }
td.TdClassName
{
border-color: #CCBFD1;
}
.TagClassName
{
border-color: #CCBFD1;
}
</style>