Shades of Surf Crest #C2DEBA
Tints of Surf Crest #C2DEBA
RGB
CMYK
RGB Variations
Color information
#C2DEBA (or 0xC2DEBA) is known color: Surf Crest. HEX triplet: C2, DE and BA. RGB value is (194,222,186). Sum of RGB (Red+Green+Blue) = 194+222+186=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 222 (87.11% from 255 or 36.88% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEBA is #3D2145. Grayscale: #D1D1D1. Windows color (decimal): -4006214 or 12246722. OLE color: 12246722.
HSL color Cylindrical-coordinate representation of color #C2DEBA: hue angle of 106.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2DEBA is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 186 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.13 |
| HSL | 106.67º | 0.35% | 0.8% | - |
| HSV(B) | 106.67º | 0.16% | 0.87% | - |
| XYZ | 57.23 | 67.26 | 56.42 | - |
| YUV | 209.52 | 114.72 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 186 | 0.13 | 0 | 0.16 | 0.13 | 106.67 | 0.35 | 0.8 |
| Hex | C2 | DE | BA | D | 0 | 10 | D | 6B | 23 | 50 |
| Octal | 302 | 336 | 272 | 15 | 0 | 20 | 15 | 153 | 43 | 120 |
| Binary | 11000010 | 11011110 | 10111010 | 1101 | 0 | 10000 | 1101 | 1101011 | 100011 | 1010000 |
Color Harmonies of #C2DEBA
Complementary color
Monochromatic Colors of #C2DEBA
Black with #C2DEBA
Text Example
Text Example
White with #C2DEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEBA; }
p { color: rgb(194,222,186); }
H1.HeaderClassName
{
color: #C2DEBA;
}
.AnyTagClassName
{
color: #C2DEBA;
}
</style>
background-color css
<style>
a { background-color: #C2DEBA; }
a { background-color: rgb(194,222,186); }
div.DivClassName
{
background-color: #C2DEBA;
}
.BgClassName
{
background-color: #C2DEBA;
}
</style>
border-color css
<style>
span { border-color: #C2DEBA; }
span { border-color: rgb(194,222,186); }
td.TdClassName
{
border-color: #C2DEBA;
}
.TagClassName
{
border-color: #C2DEBA;
}
</style>