Shades of Surf Crest #CCDEC5
Tints of Surf Crest #CCDEC5
RGB
CMYK
RGB Variations
Color information
#CCDEC5 (or 0xCCDEC5) is known color: Surf Crest. HEX triplet: CC, DE and C5. RGB value is (204,222,197). Sum of RGB (Red+Green+Blue) = 204+222+197=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 222 (87.11% from 255 or 35.63% from 623); Blue value is 197 (77.34% from 255 or 31.62% from 623); Max value from RGB is 222 - color contains mainly: green. Hex color #CCDEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCDEC5 is #33213A. Grayscale: #D5D5D5. Windows color (decimal): -3350843 or 12967628. OLE color: 12967628.
HSL color Cylindrical-coordinate representation of color #CCDEC5: hue angle of 103.2º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCDEC5 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
RGB | 204 | 222 | 197 | - |
CMYK | 0.08 | 0 | 0.11 | 0.13 |
HSL | 103.2º | 0.27% | 0.82% | - |
HSV(B) | 103.2º | 0.11% | 0.87% | - |
XYZ | 61.1 | 69.11 | 62.94 | - |
YUV | 213.77 | 118.54 | 121.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 222 | 197 | 0.08 | 0 | 0.11 | 0.13 | 103.2 | 0.27 | 0.82 |
Hex | CC | DE | C5 | 8 | 0 | B | D | 67 | 1B | 52 |
Octal | 314 | 336 | 305 | 10 | 0 | 13 | 15 | 147 | 33 | 122 |
Binary | 11001100 | 11011110 | 11000101 | 1000 | 0 | 1011 | 1101 | 1100111 | 11011 | 1010010 |
Color Harmonies of #CCDEC5
Complementary color
Monochromatic Colors of #CCDEC5
Black with #CCDEC5
Text Example
Text Example
White with #CCDEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDEC5; }
p { color: rgb(204,222,197); }
H1.HeaderClassName
{
color: #CCDEC5;
}
.AnyTagClassName
{
color: #CCDEC5;
}
</style>
background-color css
<style>
a { background-color: #CCDEC5; }
a { background-color: rgb(204,222,197); }
div.DivClassName
{
background-color: #CCDEC5;
}
.BgClassName
{
background-color: #CCDEC5;
}
</style>
border-color css
<style>
span { border-color: #CCDEC5; }
span { border-color: rgb(204,222,197); }
td.TdClassName
{
border-color: #CCDEC5;
}
.TagClassName
{
border-color: #CCDEC5;
}
</style>