Shades of Surf Crest #CCDFC7
Tints of Surf Crest #CCDFC7
RGB
CMYK
RGB Variations
Color information
#CCDFC7 (or 0xCCDFC7) is known color: Surf Crest. HEX triplet: CC, DF and C7. RGB value is (204,223,199). Sum of RGB (Red+Green+Blue) = 204+223+199=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 223 (87.5% from 255 or 35.62% from 626); Blue value is 199 (78.12% from 255 or 31.79% from 626); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDFC7 is #332038. Grayscale: #D6D6D6. Windows color (decimal): -3350585 or 13098956. OLE color: 13098956.
HSL color Cylindrical-coordinate representation of color #CCDFC7: hue angle of 107.5º degrees, saturation: 0.27, 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 #CCDFC7 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 223 | 199 | - |
CMYK | 0.09 | 0 | 0.11 | 0.13 |
HSL | 107.5º | 0.27% | 0.83% | - |
HSV(B) | 107.5º | 0.11% | 0.87% | - |
XYZ | 61.6 | 69.74 | 64.25 | - |
YUV | 214.58 | 119.21 | 120.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 223 | 199 | 0.09 | 0 | 0.11 | 0.13 | 107.5 | 0.27 | 0.83 |
Hex | CC | DF | C7 | 9 | 0 | B | D | 6C | 1B | 53 |
Octal | 314 | 337 | 307 | 11 | 0 | 13 | 15 | 154 | 33 | 123 |
Binary | 11001100 | 11011111 | 11000111 | 1001 | 0 | 1011 | 1101 | 1101100 | 11011 | 1010011 |
Color Harmonies of #CCDFC7
Complementary color
Monochromatic Colors of #CCDFC7
Black with #CCDFC7
Text Example
Text Example
White with #CCDFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDFC7; }
p { color: rgb(204,223,199); }
H1.HeaderClassName
{
color: #CCDFC7;
}
.AnyTagClassName
{
color: #CCDFC7;
}
</style>
background-color css
<style>
a { background-color: #CCDFC7; }
a { background-color: rgb(204,223,199); }
div.DivClassName
{
background-color: #CCDFC7;
}
.BgClassName
{
background-color: #CCDFC7;
}
</style>
border-color css
<style>
span { border-color: #CCDFC7; }
span { border-color: rgb(204,223,199); }
td.TdClassName
{
border-color: #CCDFC7;
}
.TagClassName
{
border-color: #CCDFC7;
}
</style>