Shades of Surf Crest #CCDCC9
Tints of Surf Crest #CCDCC9
RGB
CMYK
RGB Variations
Color information
#CCDCC9 (or 0xCCDCC9) is known color: Surf Crest. HEX triplet: CC, DC and C9. RGB value is (204,220,201). Sum of RGB (Red+Green+Blue) = 204+220+201=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 220 (86.33% from 255 or 35.2% from 625); Blue value is 201 (78.91% from 255 or 32.16% from 625); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCC9 is #332336. Grayscale: #D5D5D5. Windows color (decimal): -3351351 or 13229260. OLE color: 13229260.
HSL color Cylindrical-coordinate representation of color #CCDCC9: hue angle of 110.53º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCDCC9 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 201 | - |
CMYK | 0.07 | 0 | 0.09 | 0.14 |
HSL | 110.53º | 0.21% | 0.83% | - |
HSV(B) | 110.53º | 0.09% | 0.86% | - |
XYZ | 61.04 | 68.24 | 65.21 | - |
YUV | 213.05 | 121.2 | 121.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 201 | 0.07 | 0 | 0.09 | 0.14 | 110.53 | 0.21 | 0.83 |
Hex | CC | DC | C9 | 7 | 0 | 9 | E | 6F | 15 | 53 |
Octal | 314 | 334 | 311 | 7 | 0 | 11 | 16 | 157 | 25 | 123 |
Binary | 11001100 | 11011100 | 11001001 | 111 | 0 | 1001 | 1110 | 1101111 | 10101 | 1010011 |
Color Harmonies of #CCDCC9
Complementary color
Monochromatic Colors of #CCDCC9
Black with #CCDCC9
Text Example
Text Example
White with #CCDCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCC9; }
p { color: rgb(204,220,201); }
H1.HeaderClassName
{
color: #CCDCC9;
}
.AnyTagClassName
{
color: #CCDCC9;
}
</style>
background-color css
<style>
a { background-color: #CCDCC9; }
a { background-color: rgb(204,220,201); }
div.DivClassName
{
background-color: #CCDCC9;
}
.BgClassName
{
background-color: #CCDCC9;
}
</style>
border-color css
<style>
span { border-color: #CCDCC9; }
span { border-color: rgb(204,220,201); }
td.TdClassName
{
border-color: #CCDCC9;
}
.TagClassName
{
border-color: #CCDCC9;
}
</style>