Shades of Surf Crest #CCE0C4
Tints of Surf Crest #CCE0C4
RGB
CMYK
RGB Variations
Color information
#CCE0C4 (or 0xCCE0C4) is known color: Surf Crest. HEX triplet: CC, E0 and C4. RGB value is (204,224,196). Sum of RGB (Red+Green+Blue) = 204+224+196=624 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.69% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE0C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE0C4 is #331F3B. Grayscale: #D6D6D6. Windows color (decimal): -3350332 or 12902604. OLE color: 12902604.
HSL color Cylindrical-coordinate representation of color #CCE0C4: hue angle of 102.86º degrees, saturation: 0.31, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE0C4 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 224 | 196 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.12 |
| HSL | 102.86º | 0.31% | 0.82% | - |
| HSV(B) | 102.86º | 0.13% | 0.88% | - |
| XYZ | 61.52 | 70.13 | 62.52 | - |
| YUV | 214.83 | 117.37 | 120.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 224 | 196 | 0.09 | 0 | 0.12 | 0.12 | 102.86 | 0.31 | 0.82 |
| Hex | CC | E0 | C4 | 9 | 0 | C | C | 67 | 1F | 52 |
| Octal | 314 | 340 | 304 | 11 | 0 | 14 | 14 | 147 | 37 | 122 |
| Binary | 11001100 | 11100000 | 11000100 | 1001 | 0 | 1100 | 1100 | 1100111 | 11111 | 1010010 |
Color Harmonies of #CCE0C4
Complementary color
Monochromatic Colors of #CCE0C4
Black with #CCE0C4
Text Example
Text Example
White with #CCE0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE0C4; }
p { color: rgb(204,224,196); }
H1.HeaderClassName
{
color: #CCE0C4;
}
.AnyTagClassName
{
color: #CCE0C4;
}
</style>
background-color css
<style>
a { background-color: #CCE0C4; }
a { background-color: rgb(204,224,196); }
div.DivClassName
{
background-color: #CCE0C4;
}
.BgClassName
{
background-color: #CCE0C4;
}
</style>
border-color css
<style>
span { border-color: #CCE0C4; }
span { border-color: rgb(204,224,196); }
td.TdClassName
{
border-color: #CCE0C4;
}
.TagClassName
{
border-color: #CCE0C4;
}
</style>