Shades of Surf Crest #CCD2CB
Tints of Surf Crest #CCD2CB
RGB
CMYK
RGB Variations
Color information
#CCD2CB (or 0xCCD2CB) is known color: Surf Crest. HEX triplet: CC, D2 and CB. RGB value is (204,210,203). Sum of RGB (Red+Green+Blue) = 204+210+203=617 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.06% from 617); Green value is 210 (82.42% from 255 or 34.04% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2CB is #332D34. Grayscale: #CFCFCF. Windows color (decimal): -3353909 or 13357772. OLE color: 13357772.
HSL color Cylindrical-coordinate representation of color #CCD2CB: hue angle of 111.43º degrees, saturation: 0.07, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CCD2CB is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 204 | 210 | 203 | - |
| CMYK | 0.03 | 0 | 0.03 | 0.18 |
| HSL | 111.43º | 0.07% | 0.81% | - |
| HSV(B) | 111.43º | 0.03% | 0.82% | - |
| XYZ | 58.73 | 63.24 | 65.61 | - |
| YUV | 207.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 210 | 203 | 0.03 | 0 | 0.03 | 0.18 | 111.43 | 0.07 | 0.81 |
| Hex | CC | D2 | CB | 3 | 0 | 3 | 12 | 6F | 7 | 51 |
| Octal | 314 | 322 | 313 | 3 | 0 | 3 | 22 | 157 | 7 | 121 |
| Binary | 11001100 | 11010010 | 11001011 | 11 | 0 | 11 | 10010 | 1101111 | 111 | 1010001 |
Color Harmonies of #CCD2CB
Complementary color
Monochromatic Colors of #CCD2CB
Black with #CCD2CB
Text Example
Text Example
White with #CCD2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD2CB; }
p { color: rgb(204,210,203); }
H1.HeaderClassName
{
color: #CCD2CB;
}
.AnyTagClassName
{
color: #CCD2CB;
}
</style>
background-color css
<style>
a { background-color: #CCD2CB; }
a { background-color: rgb(204,210,203); }
div.DivClassName
{
background-color: #CCD2CB;
}
.BgClassName
{
background-color: #CCD2CB;
}
</style>
border-color css
<style>
span { border-color: #CCD2CB; }
span { border-color: rgb(204,210,203); }
td.TdClassName
{
border-color: #CCD2CB;
}
.TagClassName
{
border-color: #CCD2CB;
}
</style>