Shades of Prelude #CCBECF
Tints of Prelude #CCBECF
RGB
CMYK
RGB Variations
Color information
#CCBECF (or 0xCCBECF) is known color: Prelude. HEX triplet: CC, BE and CF. RGB value is (204,190,207). Sum of RGB (Red+Green+Blue) = 204+190+207=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 207 (81.25% from 255 or 34.44% from 601); Max value from RGB is 207 - color contains mainly: blue. Hex color #CCBECF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBECF is #334130. Grayscale: #C4C4C4. Windows color (decimal): -3359025 or 13614796. OLE color: 13614796.
HSL color Cylindrical-coordinate representation of color #CCBECF: hue angle of 289.41º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCBECF is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 190 | 207 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.19 |
| HSL | 289.41º | 0.15% | 0.78% | - |
| HSV(B) | 289.41º | 0.08% | 0.81% | - |
| XYZ | 54.58 | 54.17 | 66.61 | - |
| YUV | 196.12 | 134.14 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 207 | 0.01 | 0.08 | 0 | 0.19 | 289.41 | 0.15 | 0.78 |
| Hex | CC | BE | CF | 1 | 8 | 0 | 13 | 121 | F | 4E |
| Octal | 314 | 276 | 317 | 1 | 10 | 0 | 23 | 441 | 17 | 116 |
| Binary | 11001100 | 10111110 | 11001111 | 1 | 1000 | 0 | 10011 | 100100001 | 1111 | 1001110 |
Color Harmonies of #CCBECF
Complementary color
Monochromatic Colors of #CCBECF
Black with #CCBECF
Text Example
Text Example
White with #CCBECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBECF; }
p { color: rgb(204,190,207); }
H1.HeaderClassName
{
color: #CCBECF;
}
.AnyTagClassName
{
color: #CCBECF;
}
</style>
background-color css
<style>
a { background-color: #CCBECF; }
a { background-color: rgb(204,190,207); }
div.DivClassName
{
background-color: #CCBECF;
}
.BgClassName
{
background-color: #CCBECF;
}
</style>
border-color css
<style>
span { border-color: #CCBECF; }
span { border-color: rgb(204,190,207); }
td.TdClassName
{
border-color: #CCBECF;
}
.TagClassName
{
border-color: #CCBECF;
}
</style>