Shades of Surf Crest #CCDFCA
Tints of Surf Crest #CCDFCA
RGB
CMYK
RGB Variations
Color information
#CCDFCA (or 0xCCDFCA) is known color: Surf Crest. HEX triplet: CC, DF and CA. RGB value is (204,223,202). Sum of RGB (Red+Green+Blue) = 204+223+202=629 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.43% from 629); Green value is 223 (87.5% from 255 or 35.45% from 629); Blue value is 202 (79.30% from 255 or 32.11% from 629); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFCA is #332035. Grayscale: #D6D6D6. Windows color (decimal): -3350582 or 13295564. OLE color: 13295564.
HSL color Cylindrical-coordinate representation of color #CCDFCA: hue angle of 114.29º degrees, saturation: 0.25, 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 #CCDFCA is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 202 | - |
CMYK | 0.09 | 0 | 0.09 | 0.13 |
HSL | 114.29º | 0.25% | 0.83% | - |
HSV(B) | 114.29º | 0.09% | 0.87% | - |
XYZ | 61.95 | 69.88 | 66.1 | - |
YUV | 214.93 | 120.71 | 120.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 202 | 0.09 | 0 | 0.09 | 0.13 | 114.29 | 0.25 | 0.83 |
Hex | CC | DF | CA | 9 | 0 | 9 | D | 72 | 19 | 53 |
Octal | 314 | 337 | 312 | 11 | 0 | 11 | 15 | 162 | 31 | 123 |
Binary | 11001100 | 11011111 | 11001010 | 1001 | 0 | 1001 | 1101 | 1110010 | 11001 | 1010011 |
Color Harmonies of #CCDFCA
Complementary color
Monochromatic Colors of #CCDFCA
Black with #CCDFCA
Text Example
Text Example
White with #CCDFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFCA; }
p { color: rgb(204,223,202); }
H1.HeaderClassName
{
color: #CCDFCA;
}
.AnyTagClassName
{
color: #CCDFCA;
}
</style>
background-color css
<style>
a { background-color: #CCDFCA; }
a { background-color: rgb(204,223,202); }
div.DivClassName
{
background-color: #CCDFCA;
}
.BgClassName
{
background-color: #CCDFCA;
}
</style>
border-color css
<style>
span { border-color: #CCDFCA; }
span { border-color: rgb(204,223,202); }
td.TdClassName
{
border-color: #CCDFCA;
}
.TagClassName
{
border-color: #CCDFCA;
}
</style>