Shades of Surf Crest #CCDDC8
Tints of Surf Crest #CCDDC8
RGB
CMYK
RGB Variations
Color information
#CCDDC8 (or 0xCCDDC8) is known color: Surf Crest. HEX triplet: CC, DD and C8. RGB value is (204,221,200). Sum of RGB (Red+Green+Blue) = 204+221+200=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 221 (86.72% from 255 or 35.36% from 625); Blue value is 200 (78.52% from 255 or 32% from 625); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC8 is #332237. Grayscale: #D5D5D5. Windows color (decimal): -3351096 or 13163980. OLE color: 13163980.
HSL color Cylindrical-coordinate representation of color #CCDDC8: hue angle of 108.57º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDDC8 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 200 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.13 |
| HSL | 108.57º | 0.24% | 0.83% | - |
| HSV(B) | 108.57º | 0.1% | 0.87% | - |
| XYZ | 61.18 | 68.72 | 64.68 | - |
| YUV | 213.52 | 120.37 | 121.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 200 | 0.08 | 0 | 0.10 | 0.13 | 108.57 | 0.24 | 0.83 |
| Hex | CC | DD | C8 | 8 | 0 | A | D | 6D | 18 | 53 |
| Octal | 314 | 335 | 310 | 10 | 0 | 12 | 15 | 155 | 30 | 123 |
| Binary | 11001100 | 11011101 | 11001000 | 1000 | 0 | 1010 | 1101 | 1101101 | 11000 | 1010011 |
Color Harmonies of #CCDDC8
Complementary color
Monochromatic Colors of #CCDDC8
Black with #CCDDC8
Text Example
Text Example
White with #CCDDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDC8; }
p { color: rgb(204,221,200); }
H1.HeaderClassName
{
color: #CCDDC8;
}
.AnyTagClassName
{
color: #CCDDC8;
}
</style>
background-color css
<style>
a { background-color: #CCDDC8; }
a { background-color: rgb(204,221,200); }
div.DivClassName
{
background-color: #CCDDC8;
}
.BgClassName
{
background-color: #CCDDC8;
}
</style>
border-color css
<style>
span { border-color: #CCDDC8; }
span { border-color: rgb(204,221,200); }
td.TdClassName
{
border-color: #CCDDC8;
}
.TagClassName
{
border-color: #CCDDC8;
}
</style>