Shades of Surf Crest #CCD9C8
Tints of Surf Crest #CCD9C8
RGB
CMYK
RGB Variations
Color information
#CCD9C8 (or 0xCCD9C8) is known color: Surf Crest. HEX triplet: CC, D9 and C8. RGB value is (204,217,200). Sum of RGB (Red+Green+Blue) = 204+217+200=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 217 (85.16% from 255 or 34.94% from 621); Blue value is 200 (78.52% from 255 or 32.21% from 621); Max value from RGB is 217 - color contains mainly: green. Hex color #CCD9C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD9C8 is #332637. Grayscale: #D3D3D3. Windows color (decimal): -3352120 or 13162956. OLE color: 13162956.
HSL color Cylindrical-coordinate representation of color #CCD9C8: hue angle of 105.88º degrees, saturation: 0.18, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCD9C8 is Cyan = 0.06, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 217 | 200 | - |
CMYK | 0.06 | 0 | 0.08 | 0.15 |
HSL | 105.88º | 0.18% | 0.82% | - |
HSV(B) | 105.88º | 0.08% | 0.85% | - |
XYZ | 60.14 | 66.63 | 64.34 | - |
YUV | 211.18 | 121.69 | 122.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 217 | 200 | 0.06 | 0 | 0.08 | 0.15 | 105.88 | 0.18 | 0.82 |
Hex | CC | D9 | C8 | 6 | 0 | 8 | F | 6A | 12 | 52 |
Octal | 314 | 331 | 310 | 6 | 0 | 10 | 17 | 152 | 22 | 122 |
Binary | 11001100 | 11011001 | 11001000 | 110 | 0 | 1000 | 1111 | 1101010 | 10010 | 1010010 |
Color Harmonies of #CCD9C8
Complementary color
Monochromatic Colors of #CCD9C8
Black with #CCD9C8
Text Example
Text Example
White with #CCD9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCD9C8; }
p { color: rgb(204,217,200); }
H1.HeaderClassName
{
color: #CCD9C8;
}
.AnyTagClassName
{
color: #CCD9C8;
}
</style>
background-color css
<style>
a { background-color: #CCD9C8; }
a { background-color: rgb(204,217,200); }
div.DivClassName
{
background-color: #CCD9C8;
}
.BgClassName
{
background-color: #CCD9C8;
}
</style>
border-color css
<style>
span { border-color: #CCD9C8; }
span { border-color: rgb(204,217,200); }
td.TdClassName
{
border-color: #CCD9C8;
}
.TagClassName
{
border-color: #CCD9C8;
}
</style>