Shades of Surf Crest #CCDDC9
Tints of Surf Crest #CCDDC9
RGB
CMYK
RGB Variations
Color information
#CCDDC9 (or 0xCCDDC9) is known color: Surf Crest. HEX triplet: CC, DD and C9. RGB value is (204,221,201). Sum of RGB (Red+Green+Blue) = 204+221+201=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 221 (86.72% from 255 or 35.30% from 626); Blue value is 201 (78.91% from 255 or 32.11% from 626); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDDC9 is #332236. Grayscale: #D5D5D5. Windows color (decimal): -3351095 or 13229516. OLE color: 13229516.
HSL color Cylindrical-coordinate representation of color #CCDDC9: hue angle of 111º degrees, saturation: 0.23, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDDC9 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 221 | 201 | - |
CMYK | 0.08 | 0 | 0.09 | 0.13 |
HSL | 111º | 0.23% | 0.83% | - |
HSV(B) | 111º | 0.09% | 0.87% | - |
XYZ | 61.3 | 68.77 | 65.3 | - |
YUV | 213.64 | 120.87 | 121.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 221 | 201 | 0.08 | 0 | 0.09 | 0.13 | 111 | 0.23 | 0.83 |
Hex | CC | DD | C9 | 8 | 0 | 9 | D | 6F | 17 | 53 |
Octal | 314 | 335 | 311 | 10 | 0 | 11 | 15 | 157 | 27 | 123 |
Binary | 11001100 | 11011101 | 11001001 | 1000 | 0 | 1001 | 1101 | 1101111 | 10111 | 1010011 |
Color Harmonies of #CCDDC9
Complementary color
Monochromatic Colors of #CCDDC9
Black with #CCDDC9
Text Example
Text Example
White with #CCDDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDDC9; }
p { color: rgb(204,221,201); }
H1.HeaderClassName
{
color: #CCDDC9;
}
.AnyTagClassName
{
color: #CCDDC9;
}
</style>
background-color css
<style>
a { background-color: #CCDDC9; }
a { background-color: rgb(204,221,201); }
div.DivClassName
{
background-color: #CCDDC9;
}
.BgClassName
{
background-color: #CCDDC9;
}
</style>
border-color css
<style>
span { border-color: #CCDDC9; }
span { border-color: rgb(204,221,201); }
td.TdClassName
{
border-color: #CCDDC9;
}
.TagClassName
{
border-color: #CCDDC9;
}
</style>