Shades of Surf Crest #CCE1C7
Tints of Surf Crest #CCE1C7
RGB
CMYK
RGB Variations
Color information
#CCE1C7 (or 0xCCE1C7) is known color: Surf Crest. HEX triplet: CC, E1 and C7. RGB value is (204,225,199). Sum of RGB (Red+Green+Blue) = 204+225+199=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 199 (78.12% from 255 or 31.69% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #CCE1C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE1C7 is #331E38. Grayscale: #D7D7D7. Windows color (decimal): -3350073 or 13099468. OLE color: 13099468.
HSL color Cylindrical-coordinate representation of color #CCE1C7: hue angle of 108.46º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE1C7 is Cyan = 0.09, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 225 | 199 | - |
| CMYK | 0.09 | 0 | 0.12 | 0.12 |
| HSL | 108.46º | 0.3% | 0.83% | - |
| HSV(B) | 108.46º | 0.12% | 0.88% | - |
| XYZ | 62.14 | 70.81 | 64.43 | - |
| YUV | 215.76 | 118.54 | 119.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 225 | 199 | 0.09 | 0 | 0.12 | 0.12 | 108.46 | 0.3 | 0.83 |
| Hex | CC | E1 | C7 | 9 | 0 | C | C | 6C | 1E | 53 |
| Octal | 314 | 341 | 307 | 11 | 0 | 14 | 14 | 154 | 36 | 123 |
| Binary | 11001100 | 11100001 | 11000111 | 1001 | 0 | 1100 | 1100 | 1101100 | 11110 | 1010011 |
Color Harmonies of #CCE1C7
Complementary color
Monochromatic Colors of #CCE1C7
Black with #CCE1C7
Text Example
Text Example
White with #CCE1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE1C7; }
p { color: rgb(204,225,199); }
H1.HeaderClassName
{
color: #CCE1C7;
}
.AnyTagClassName
{
color: #CCE1C7;
}
</style>
background-color css
<style>
a { background-color: #CCE1C7; }
a { background-color: rgb(204,225,199); }
div.DivClassName
{
background-color: #CCE1C7;
}
.BgClassName
{
background-color: #CCE1C7;
}
</style>
border-color css
<style>
span { border-color: #CCE1C7; }
span { border-color: rgb(204,225,199); }
td.TdClassName
{
border-color: #CCE1C7;
}
.TagClassName
{
border-color: #CCE1C7;
}
</style>