Shades of Surf Crest #CCDEC7
Tints of Surf Crest #CCDEC7
RGB
CMYK
RGB Variations
Color information
#CCDEC7 (or 0xCCDEC7) is known color: Surf Crest. HEX triplet: CC, DE and C7. RGB value is (204,222,199). Sum of RGB (Red+Green+Blue) = 204+222+199=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 222 (87.11% from 255 or 35.52% from 625); Blue value is 199 (78.12% from 255 or 31.84% from 625); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEC7 is #332138. Grayscale: #D6D6D6. Windows color (decimal): -3350841 or 13098700. OLE color: 13098700.
HSL color Cylindrical-coordinate representation of color #CCDEC7: hue angle of 106.96º degrees, saturation: 0.26, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CCDEC7 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 199 | - |
| CMYK | 0.08 | 0 | 0.10 | 0.13 |
| HSL | 106.96º | 0.26% | 0.83% | - |
| HSV(B) | 106.96º | 0.1% | 0.87% | - |
| XYZ | 61.33 | 69.2 | 64.16 | - |
| YUV | 214 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 199 | 0.08 | 0 | 0.10 | 0.13 | 106.96 | 0.26 | 0.83 |
| Hex | CC | DE | C7 | 8 | 0 | A | D | 6B | 1A | 53 |
| Octal | 314 | 336 | 307 | 10 | 0 | 12 | 15 | 153 | 32 | 123 |
| Binary | 11001100 | 11011110 | 11000111 | 1000 | 0 | 1010 | 1101 | 1101011 | 11010 | 1010011 |
Color Harmonies of #CCDEC7
Complementary color
Monochromatic Colors of #CCDEC7
Black with #CCDEC7
Text Example
Text Example
White with #CCDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEC7; }
p { color: rgb(204,222,199); }
H1.HeaderClassName
{
color: #CCDEC7;
}
.AnyTagClassName
{
color: #CCDEC7;
}
</style>
background-color css
<style>
a { background-color: #CCDEC7; }
a { background-color: rgb(204,222,199); }
div.DivClassName
{
background-color: #CCDEC7;
}
.BgClassName
{
background-color: #CCDEC7;
}
</style>
border-color css
<style>
span { border-color: #CCDEC7; }
span { border-color: rgb(204,222,199); }
td.TdClassName
{
border-color: #CCDEC7;
}
.TagClassName
{
border-color: #CCDEC7;
}
</style>