Shades of Prelude #CCBFD5
Tints of Prelude #CCBFD5
RGB
CMYK
RGB Variations
Color information
#CCBFD5 (or 0xCCBFD5) is known color: Prelude. HEX triplet: CC, BF and D5. RGB value is (204,191,213). Sum of RGB (Red+Green+Blue) = 204+191+213=608 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.55% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 213 (83.59% from 255 or 35.03% from 608); Max value from RGB is 213 - color contains mainly: blue. Hex color #CCBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBFD5 is #33402A. Grayscale: #C5C5C5. Windows color (decimal): -3358763 or 14008268. OLE color: 14008268.
HSL color Cylindrical-coordinate representation of color #CCBFD5: hue angle of 275.45º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCBFD5 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 191 | 213 | - |
| CMYK | 0.04 | 0.10 | 0 | 0.16 |
| HSL | 275.45º | 0.21% | 0.79% | - |
| HSV(B) | 275.45º | 0.1% | 0.84% | - |
| XYZ | 55.54 | 54.9 | 70.62 | - |
| YUV | 197.4 | 136.81 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 191 | 213 | 0.04 | 0.10 | 0 | 0.16 | 275.45 | 0.21 | 0.79 |
| Hex | CC | BF | D5 | 4 | A | 0 | 10 | 113 | 15 | 4F |
| Octal | 314 | 277 | 325 | 4 | 12 | 0 | 20 | 423 | 25 | 117 |
| Binary | 11001100 | 10111111 | 11010101 | 100 | 1010 | 0 | 10000 | 100010011 | 10101 | 1001111 |
Color Harmonies of #CCBFD5
Complementary color
Monochromatic Colors of #CCBFD5
Black with #CCBFD5
Text Example
Text Example
White with #CCBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBFD5; }
p { color: rgb(204,191,213); }
H1.HeaderClassName
{
color: #CCBFD5;
}
.AnyTagClassName
{
color: #CCBFD5;
}
</style>
background-color css
<style>
a { background-color: #CCBFD5; }
a { background-color: rgb(204,191,213); }
div.DivClassName
{
background-color: #CCBFD5;
}
.BgClassName
{
background-color: #CCBFD5;
}
</style>
border-color css
<style>
span { border-color: #CCBFD5; }
span { border-color: rgb(204,191,213); }
td.TdClassName
{
border-color: #CCBFD5;
}
.TagClassName
{
border-color: #CCBFD5;
}
</style>