Shades of Surf Crest #CCDEC3
Tints of Surf Crest #CCDEC3
RGB
CMYK
RGB Variations
Color information
#CCDEC3 (or 0xCCDEC3) is known color: Surf Crest. HEX triplet: CC, DE and C3. RGB value is (204,222,195). Sum of RGB (Red+Green+Blue) = 204+222+195=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 222 (87.11% from 255 or 35.75% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEC3 is #33213C. Grayscale: #D5D5D5. Windows color (decimal): -3350845 or 12836556. OLE color: 12836556.
HSL color Cylindrical-coordinate representation of color #CCDEC3: hue angle of 100º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCDEC3 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 222 | 195 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.13 |
| HSL | 100º | 0.29% | 0.82% | - |
| HSV(B) | 100º | 0.12% | 0.87% | - |
| XYZ | 60.87 | 69.02 | 61.74 | - |
| YUV | 213.54 | 117.54 | 121.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 222 | 195 | 0.08 | 0 | 0.12 | 0.13 | 100 | 0.29 | 0.82 |
| Hex | CC | DE | C3 | 8 | 0 | C | D | 64 | 1D | 52 |
| Octal | 314 | 336 | 303 | 10 | 0 | 14 | 15 | 144 | 35 | 122 |
| Binary | 11001100 | 11011110 | 11000011 | 1000 | 0 | 1100 | 1101 | 1100100 | 11101 | 1010010 |
Color Harmonies of #CCDEC3
Complementary color
Monochromatic Colors of #CCDEC3
Black with #CCDEC3
Text Example
Text Example
White with #CCDEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEC3; }
p { color: rgb(204,222,195); }
H1.HeaderClassName
{
color: #CCDEC3;
}
.AnyTagClassName
{
color: #CCDEC3;
}
</style>
background-color css
<style>
a { background-color: #CCDEC3; }
a { background-color: rgb(204,222,195); }
div.DivClassName
{
background-color: #CCDEC3;
}
.BgClassName
{
background-color: #CCDEC3;
}
</style>
border-color css
<style>
span { border-color: #CCDEC3; }
span { border-color: rgb(204,222,195); }
td.TdClassName
{
border-color: #CCDEC3;
}
.TagClassName
{
border-color: #CCDEC3;
}
</style>