Shades of Surf Crest #CCD4CA
Tints of Surf Crest #CCD4CA
RGB
CMYK
RGB Variations
Color information
#CCD4CA (or 0xCCD4CA) is known color: Surf Crest. HEX triplet: CC, D4 and CA. RGB value is (204,212,202). Sum of RGB (Red+Green+Blue) = 204+212+202=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 212 (83.20% from 255 or 34.30% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD4CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD4CA is #332B35. Grayscale: #D0D0D0. Windows color (decimal): -3353398 or 13292748. OLE color: 13292748.
HSL color Cylindrical-coordinate representation of color #CCD4CA: hue angle of 108º 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 #CCD4CA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 204 | 212 | 202 | - |
| CMYK | 0.04 | 0 | 0.05 | 0.17 |
| HSL | 108º | 0.1% | 0.81% | - |
| HSV(B) | 108º | 0.05% | 0.83% | - |
| XYZ | 59.11 | 64.19 | 65.15 | - |
| YUV | 208.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 212 | 202 | 0.04 | 0 | 0.05 | 0.17 | 108 | 0.1 | 0.81 |
| Hex | CC | D4 | CA | 4 | 0 | 5 | 11 | 6C | A | 51 |
| Octal | 314 | 324 | 312 | 4 | 0 | 5 | 21 | 154 | 12 | 121 |
| Binary | 11001100 | 11010100 | 11001010 | 100 | 0 | 101 | 10001 | 1101100 | 1010 | 1010001 |
Color Harmonies of #CCD4CA
Complementary color
Monochromatic Colors of #CCD4CA
Black with #CCD4CA
Text Example
Text Example
White with #CCD4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD4CA; }
p { color: rgb(204,212,202); }
H1.HeaderClassName
{
color: #CCD4CA;
}
.AnyTagClassName
{
color: #CCD4CA;
}
</style>
background-color css
<style>
a { background-color: #CCD4CA; }
a { background-color: rgb(204,212,202); }
div.DivClassName
{
background-color: #CCD4CA;
}
.BgClassName
{
background-color: #CCD4CA;
}
</style>
border-color css
<style>
span { border-color: #CCD4CA; }
span { border-color: rgb(204,212,202); }
td.TdClassName
{
border-color: #CCD4CA;
}
.TagClassName
{
border-color: #CCD4CA;
}
</style>