Shades of Surf Crest #CCE0C8
Tints of Surf Crest #CCE0C8
RGB
CMYK
RGB Variations
Color information
#CCE0C8 (or 0xCCE0C8) is known color: Surf Crest. HEX triplet: CC, E0 and C8. RGB value is (204,224,200). Sum of RGB (Red+Green+Blue) = 204+224+200=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 224 (87.89% from 255 or 35.67% from 628); Blue value is 200 (78.52% from 255 or 31.85% from 628); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0C8 is #331F37. Grayscale: #D7D7D7. Windows color (decimal): -3350328 or 13164748. OLE color: 13164748.
HSL color Cylindrical-coordinate representation of color #CCE0C8: hue angle of 110º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE0C8 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 200 | - |
| CMYK | 0.09 | 0 | 0.11 | 0.12 |
| HSL | 110º | 0.28% | 0.83% | - |
| HSV(B) | 110º | 0.11% | 0.88% | - |
| XYZ | 61.98 | 70.32 | 64.95 | - |
| YUV | 215.28 | 119.37 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 200 | 0.09 | 0 | 0.11 | 0.12 | 110 | 0.28 | 0.83 |
| Hex | CC | E0 | C8 | 9 | 0 | B | C | 6E | 1C | 53 |
| Octal | 314 | 340 | 310 | 11 | 0 | 13 | 14 | 156 | 34 | 123 |
| Binary | 11001100 | 11100000 | 11001000 | 1001 | 0 | 1011 | 1100 | 1101110 | 11100 | 1010011 |
Color Harmonies of #CCE0C8
Complementary color
Monochromatic Colors of #CCE0C8
Black with #CCE0C8
Text Example
Text Example
White with #CCE0C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0C8; }
p { color: rgb(204,224,200); }
H1.HeaderClassName
{
color: #CCE0C8;
}
.AnyTagClassName
{
color: #CCE0C8;
}
</style>
background-color css
<style>
a { background-color: #CCE0C8; }
a { background-color: rgb(204,224,200); }
div.DivClassName
{
background-color: #CCE0C8;
}
.BgClassName
{
background-color: #CCE0C8;
}
</style>
border-color css
<style>
span { border-color: #CCE0C8; }
span { border-color: rgb(204,224,200); }
td.TdClassName
{
border-color: #CCE0C8;
}
.TagClassName
{
border-color: #CCE0C8;
}
</style>