Shades of Surf Crest #CCD3C9
Tints of Surf Crest #CCD3C9
RGB
CMYK
RGB Variations
Color information
#CCD3C9 (or 0xCCD3C9) is known color: Surf Crest. HEX triplet: CC, D3 and C9. RGB value is (204,211,201). Sum of RGB (Red+Green+Blue) = 204+211+201=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 201 (78.91% from 255 or 32.63% from 616); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD3C9 is #332C36. Grayscale: #CFCFCF. Windows color (decimal): -3353655 or 13226956. OLE color: 13226956.
HSL color Cylindrical-coordinate representation of color #CCD3C9: hue angle of 102º degrees, saturation: 0.1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CCD3C9 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 211 | 201 | - |
| CMYK | 0.03 | 0 | 0.05 | 0.17 |
| HSL | 102º | 0.1% | 0.81% | - |
| HSV(B) | 102º | 0.05% | 0.83% | - |
| XYZ | 58.74 | 63.64 | 64.45 | - |
| YUV | 207.77 | 124.18 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 211 | 201 | 0.03 | 0 | 0.05 | 0.17 | 102 | 0.1 | 0.81 |
| Hex | CC | D3 | C9 | 3 | 0 | 5 | 11 | 66 | A | 51 |
| Octal | 314 | 323 | 311 | 3 | 0 | 5 | 21 | 146 | 12 | 121 |
| Binary | 11001100 | 11010011 | 11001001 | 11 | 0 | 101 | 10001 | 1100110 | 1010 | 1010001 |
Color Harmonies of #CCD3C9
Complementary color
Monochromatic Colors of #CCD3C9
Black with #CCD3C9
Text Example
Text Example
White with #CCD3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD3C9; }
p { color: rgb(204,211,201); }
H1.HeaderClassName
{
color: #CCD3C9;
}
.AnyTagClassName
{
color: #CCD3C9;
}
</style>
background-color css
<style>
a { background-color: #CCD3C9; }
a { background-color: rgb(204,211,201); }
div.DivClassName
{
background-color: #CCD3C9;
}
.BgClassName
{
background-color: #CCD3C9;
}
</style>
border-color css
<style>
span { border-color: #CCD3C9; }
span { border-color: rgb(204,211,201); }
td.TdClassName
{
border-color: #CCD3C9;
}
.TagClassName
{
border-color: #CCD3C9;
}
</style>