Shades of Surf Crest #CCDFC6
Tints of Surf Crest #CCDFC6
RGB
CMYK
RGB Variations
Color information
#CCDFC6 (or 0xCCDFC6) is known color: Surf Crest. HEX triplet: CC, DF and C6. RGB value is (204,223,198). Sum of RGB (Red+Green+Blue) = 204+223+198=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 223 (87.5% from 255 or 35.68% from 625); Blue value is 198 (77.73% from 255 or 31.68% from 625); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC6 is #332039. Grayscale: #D6D6D6. Windows color (decimal): -3350586 or 13033420. OLE color: 13033420.
HSL color Cylindrical-coordinate representation of color #CCDFC6: hue angle of 105.6º degrees, saturation: 0.28, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDFC6 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 198 | - |
CMYK | 0.09 | 0 | 0.11 | 0.13 |
HSL | 105.6º | 0.28% | 0.83% | - |
HSV(B) | 105.6º | 0.11% | 0.87% | - |
XYZ | 61.48 | 69.69 | 63.64 | - |
YUV | 214.47 | 118.71 | 120.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 198 | 0.09 | 0 | 0.11 | 0.13 | 105.6 | 0.28 | 0.83 |
Hex | CC | DF | C6 | 9 | 0 | B | D | 6A | 1C | 53 |
Octal | 314 | 337 | 306 | 11 | 0 | 13 | 15 | 152 | 34 | 123 |
Binary | 11001100 | 11011111 | 11000110 | 1001 | 0 | 1011 | 1101 | 1101010 | 11100 | 1010011 |
Color Harmonies of #CCDFC6
Complementary color
Monochromatic Colors of #CCDFC6
Black with #CCDFC6
Text Example
Text Example
White with #CCDFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFC6; }
p { color: rgb(204,223,198); }
H1.HeaderClassName
{
color: #CCDFC6;
}
.AnyTagClassName
{
color: #CCDFC6;
}
</style>
background-color css
<style>
a { background-color: #CCDFC6; }
a { background-color: rgb(204,223,198); }
div.DivClassName
{
background-color: #CCDFC6;
}
.BgClassName
{
background-color: #CCDFC6;
}
</style>
border-color css
<style>
span { border-color: #CCDFC6; }
span { border-color: rgb(204,223,198); }
td.TdClassName
{
border-color: #CCDFC6;
}
.TagClassName
{
border-color: #CCDFC6;
}
</style>