Shades of Surf Crest #CCD8C9
Tints of Surf Crest #CCD8C9
RGB
CMYK
RGB Variations
Color information
#CCD8C9 (or 0xCCD8C9) is known color: Surf Crest. HEX triplet: CC, D8 and C9. RGB value is (204,216,201). Sum of RGB (Red+Green+Blue) = 204+216+201=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 216 (84.77% from 255 or 34.78% from 621); Blue value is 201 (78.91% from 255 or 32.37% from 621); Max value from RGB is 216 - color contains mainly: green. Hex color #CCD8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8C9 is #332736. Grayscale: #D2D2D2. Windows color (decimal): -3352375 or 13228236. OLE color: 13228236.
HSL color Cylindrical-coordinate representation of color #CCD8C9: hue angle of 108º degrees, saturation: 0.16, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CCD8C9 is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 216 | 201 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.15 |
| HSL | 108º | 0.16% | 0.82% | - |
| HSV(B) | 108º | 0.07% | 0.85% | - |
| XYZ | 60 | 66.17 | 64.87 | - |
| YUV | 210.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 216 | 201 | 0.06 | 0 | 0.07 | 0.15 | 108 | 0.16 | 0.82 |
| Hex | CC | D8 | C9 | 6 | 0 | 7 | F | 6C | 10 | 52 |
| Octal | 314 | 330 | 311 | 6 | 0 | 7 | 17 | 154 | 20 | 122 |
| Binary | 11001100 | 11011000 | 11001001 | 110 | 0 | 111 | 1111 | 1101100 | 10000 | 1010010 |
Color Harmonies of #CCD8C9
Complementary color
Monochromatic Colors of #CCD8C9
Black with #CCD8C9
Text Example
Text Example
White with #CCD8C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD8C9; }
p { color: rgb(204,216,201); }
H1.HeaderClassName
{
color: #CCD8C9;
}
.AnyTagClassName
{
color: #CCD8C9;
}
</style>
background-color css
<style>
a { background-color: #CCD8C9; }
a { background-color: rgb(204,216,201); }
div.DivClassName
{
background-color: #CCD8C9;
}
.BgClassName
{
background-color: #CCD8C9;
}
</style>
border-color css
<style>
span { border-color: #CCD8C9; }
span { border-color: rgb(204,216,201); }
td.TdClassName
{
border-color: #CCD8C9;
}
.TagClassName
{
border-color: #CCD8C9;
}
</style>