Shades of Prelude #CCC8CE
Tints of Prelude #CCC8CE
RGB
CMYK
RGB Variations
Color information
#CCC8CE (or 0xCCC8CE) is known color: Prelude. HEX triplet: CC, C8 and CE. RGB value is (204,200,206). Sum of RGB (Red+Green+Blue) = 204+200+206=610 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.44% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 206 (80.86% from 255 or 33.77% from 610); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCC8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCC8CE is #333731. Grayscale: #C9C9C9. Windows color (decimal): -3356466 or 13551820. OLE color: 13551820.
HSL color Cylindrical-coordinate representation of color #CCC8CE: hue angle of 280º degrees, saturation: 0.06, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCC8CE is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 200 | 206 | - |
CMYK | 0.01 | 0.03 | 0 | 0.19 |
HSL | 280º | 0.06% | 0.8% | - |
HSV(B) | 280º | 0.03% | 0.81% | - |
XYZ | 56.7 | 58.6 | 66.72 | - |
YUV | 201.88 | 130.33 | 129.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 200 | 206 | 0.01 | 0.03 | 0 | 0.19 | 280 | 0.06 | 0.8 |
Hex | CC | C8 | CE | 1 | 3 | 0 | 13 | 118 | 6 | 50 |
Octal | 314 | 310 | 316 | 1 | 3 | 0 | 23 | 430 | 6 | 120 |
Binary | 11001100 | 11001000 | 11001110 | 1 | 11 | 0 | 10011 | 100011000 | 110 | 1010000 |
Color Harmonies of #CCC8CE
Complementary color
Monochromatic Colors of #CCC8CE
Black with #CCC8CE
Text Example
Text Example
White with #CCC8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC8CE; }
p { color: rgb(204,200,206); }
H1.HeaderClassName
{
color: #CCC8CE;
}
.AnyTagClassName
{
color: #CCC8CE;
}
</style>
background-color css
<style>
a { background-color: #CCC8CE; }
a { background-color: rgb(204,200,206); }
div.DivClassName
{
background-color: #CCC8CE;
}
.BgClassName
{
background-color: #CCC8CE;
}
</style>
border-color css
<style>
span { border-color: #CCC8CE; }
span { border-color: rgb(204,200,206); }
td.TdClassName
{
border-color: #CCC8CE;
}
.TagClassName
{
border-color: #CCC8CE;
}
</style>