Shades of Surf Crest #CCCECB
Tints of Surf Crest #CCCECB
RGB
CMYK
RGB Variations
Color information
#CCCECB (or 0xCCCECB) is known color: Surf Crest. HEX triplet: CC, CE and CB. RGB value is (204,206,203). Sum of RGB (Red+Green+Blue) = 204+206+203=613 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.28% from 613); Green value is 206 (80.86% from 255 or 33.61% from 613); Blue value is 203 (79.69% from 255 or 33.12% from 613); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCCECB is #333134. Grayscale: #CDCDCD. Windows color (decimal): -3354933 or 13356748. OLE color: 13356748.
HSL color Cylindrical-coordinate representation of color #CCCECB: hue angle of 100º degrees, saturation: 0.03, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #CCCECB is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 204 | 206 | 203 | - |
CMYK | 0.01 | 0 | 0.01 | 0.19 |
HSL | 100º | 0.03% | 0.8% | - |
HSV(B) | 100º | 0.01% | 0.81% | - |
XYZ | 57.75 | 61.29 | 65.29 | - |
YUV | 205.06 | 126.84 | 127.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 206 | 203 | 0.01 | 0 | 0.01 | 0.19 | 100 | 0.03 | 0.8 |
Hex | CC | CE | CB | 1 | 0 | 1 | 13 | 64 | 3 | 50 |
Octal | 314 | 316 | 313 | 1 | 0 | 1 | 23 | 144 | 3 | 120 |
Binary | 11001100 | 11001110 | 11001011 | 1 | 0 | 1 | 10011 | 1100100 | 11 | 1010000 |
Color Harmonies of #CCCECB
Complementary color
Monochromatic Colors of #CCCECB
Black with #CCCECB
Text Example
Text Example
White with #CCCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCCECB; }
p { color: rgb(204,206,203); }
H1.HeaderClassName
{
color: #CCCECB;
}
.AnyTagClassName
{
color: #CCCECB;
}
</style>
background-color css
<style>
a { background-color: #CCCECB; }
a { background-color: rgb(204,206,203); }
div.DivClassName
{
background-color: #CCCECB;
}
.BgClassName
{
background-color: #CCCECB;
}
</style>
border-color css
<style>
span { border-color: #CCCECB; }
span { border-color: rgb(204,206,203); }
td.TdClassName
{
border-color: #CCCECB;
}
.TagClassName
{
border-color: #CCCECB;
}
</style>