Shades of Surf Crest #CCDCCA
Tints of Surf Crest #CCDCCA
RGB
CMYK
RGB Variations
Color information
#CCDCCA (or 0xCCDCCA) is known color: Surf Crest. HEX triplet: CC, DC and CA. RGB value is (204,220,202). Sum of RGB (Red+Green+Blue) = 204+220+202=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 220 (86.33% from 255 or 35.14% from 626); Blue value is 202 (79.30% from 255 or 32.27% from 626); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDCCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDCCA is #332335. Grayscale: #D5D5D5. Windows color (decimal): -3351350 or 13294796. OLE color: 13294796.
HSL color Cylindrical-coordinate representation of color #CCDCCA: hue angle of 113.33º degrees, saturation: 0.2, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CCDCCA is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 220 | 202 | - |
CMYK | 0.07 | 0 | 0.08 | 0.14 |
HSL | 113.33º | 0.2% | 0.83% | - |
HSV(B) | 113.33º | 0.08% | 0.86% | - |
XYZ | 61.16 | 68.29 | 65.83 | - |
YUV | 213.16 | 121.7 | 121.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 220 | 202 | 0.07 | 0 | 0.08 | 0.14 | 113.33 | 0.2 | 0.83 |
Hex | CC | DC | CA | 7 | 0 | 8 | E | 71 | 14 | 53 |
Octal | 314 | 334 | 312 | 7 | 0 | 10 | 16 | 161 | 24 | 123 |
Binary | 11001100 | 11011100 | 11001010 | 111 | 0 | 1000 | 1110 | 1110001 | 10100 | 1010011 |
Color Harmonies of #CCDCCA
Complementary color
Monochromatic Colors of #CCDCCA
Black with #CCDCCA
Text Example
Text Example
White with #CCDCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDCCA; }
p { color: rgb(204,220,202); }
H1.HeaderClassName
{
color: #CCDCCA;
}
.AnyTagClassName
{
color: #CCDCCA;
}
</style>
background-color css
<style>
a { background-color: #CCDCCA; }
a { background-color: rgb(204,220,202); }
div.DivClassName
{
background-color: #CCDCCA;
}
.BgClassName
{
background-color: #CCDCCA;
}
</style>
border-color css
<style>
span { border-color: #CCDCCA; }
span { border-color: rgb(204,220,202); }
td.TdClassName
{
border-color: #CCDCCA;
}
.TagClassName
{
border-color: #CCDCCA;
}
</style>