Shades of Surf Crest #C5DEC2
Tints of Surf Crest #C5DEC2
RGB
CMYK
RGB Variations
Color information
#C5DEC2 (or 0xC5DEC2) is known color: Surf Crest. HEX triplet: C5, DE and C2. RGB value is (197,222,194). Sum of RGB (Red+Green+Blue) = 197+222+194=613 (81% of max value = 765). Red value is 197 (77.34% from 255 or 32.14% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 194 (76.17% from 255 or 31.65% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DEC2 is #3A213D. Grayscale: #D3D3D3. Windows color (decimal): -3809598 or 12771013. OLE color: 12771013.
HSL color Cylindrical-coordinate representation of color #C5DEC2: hue angle of 113.57º degrees, saturation: 0.3, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5DEC2 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 194 | - |
| CMYK | 0.11 | 0 | 0.13 | 0.13 |
| HSL | 113.57º | 0.3% | 0.82% | - |
| HSV(B) | 113.57º | 0.13% | 0.87% | - |
| XYZ | 58.88 | 68.01 | 61.06 | - |
| YUV | 211.33 | 118.22 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 194 | 0.11 | 0 | 0.13 | 0.13 | 113.57 | 0.3 | 0.82 |
| Hex | C5 | DE | C2 | B | 0 | D | D | 72 | 1E | 52 |
| Octal | 305 | 336 | 302 | 13 | 0 | 15 | 15 | 162 | 36 | 122 |
| Binary | 11000101 | 11011110 | 11000010 | 1011 | 0 | 1101 | 1101 | 1110010 | 11110 | 1010010 |
Color Harmonies of #C5DEC2
Complementary color
Monochromatic Colors of #C5DEC2
Black with #C5DEC2
Text Example
Text Example
White with #C5DEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DEC2; }
p { color: rgb(197,222,194); }
H1.HeaderClassName
{
color: #C5DEC2;
}
.AnyTagClassName
{
color: #C5DEC2;
}
</style>
background-color css
<style>
a { background-color: #C5DEC2; }
a { background-color: rgb(197,222,194); }
div.DivClassName
{
background-color: #C5DEC2;
}
.BgClassName
{
background-color: #C5DEC2;
}
</style>
border-color css
<style>
span { border-color: #C5DEC2; }
span { border-color: rgb(197,222,194); }
td.TdClassName
{
border-color: #C5DEC2;
}
.TagClassName
{
border-color: #C5DEC2;
}
</style>