Shades of Surf Crest #CCD5C8
Tints of Surf Crest #CCD5C8
RGB
CMYK
RGB Variations
Color information
#CCD5C8 (or 0xCCD5C8) is known color: Surf Crest. HEX triplet: CC, D5 and C8. RGB value is (204,213,200). Sum of RGB (Red+Green+Blue) = 204+213+200=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 213 (83.59% from 255 or 34.52% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD5C8 is #332A37. Grayscale: #D0D0D0. Windows color (decimal): -3353144 or 13161932. OLE color: 13161932.
HSL color Cylindrical-coordinate representation of color #CCD5C8: hue angle of 101.54º degrees, saturation: 0.13, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #CCD5C8 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 204 | 213 | 200 | - |
| CMYK | 0.04 | 0 | 0.06 | 0.16 |
| HSL | 101.54º | 0.13% | 0.81% | - |
| HSV(B) | 101.54º | 0.06% | 0.84% | - |
| XYZ | 59.12 | 64.6 | 64 | - |
| YUV | 208.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 213 | 200 | 0.04 | 0 | 0.06 | 0.16 | 101.54 | 0.13 | 0.81 |
| Hex | CC | D5 | C8 | 4 | 0 | 6 | 10 | 66 | D | 51 |
| Octal | 314 | 325 | 310 | 4 | 0 | 6 | 20 | 146 | 15 | 121 |
| Binary | 11001100 | 11010101 | 11001000 | 100 | 0 | 110 | 10000 | 1100110 | 1101 | 1010001 |
Color Harmonies of #CCD5C8
Complementary color
Monochromatic Colors of #CCD5C8
Black with #CCD5C8
Text Example
Text Example
White with #CCD5C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD5C8; }
p { color: rgb(204,213,200); }
H1.HeaderClassName
{
color: #CCD5C8;
}
.AnyTagClassName
{
color: #CCD5C8;
}
</style>
background-color css
<style>
a { background-color: #CCD5C8; }
a { background-color: rgb(204,213,200); }
div.DivClassName
{
background-color: #CCD5C8;
}
.BgClassName
{
background-color: #CCD5C8;
}
</style>
border-color css
<style>
span { border-color: #CCD5C8; }
span { border-color: rgb(204,213,200); }
td.TdClassName
{
border-color: #CCD5C8;
}
.TagClassName
{
border-color: #CCD5C8;
}
</style>