Shades of Surf Crest #C2DEBF
Tints of Surf Crest #C2DEBF
RGB
CMYK
RGB Variations
Color information
#C2DEBF (or 0xC2DEBF) is known color: Surf Crest. HEX triplet: C2, DE and BF. RGB value is (194,222,191). Sum of RGB (Red+Green+Blue) = 194+222+191=607 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.96% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEBF is #3D2140. Grayscale: #D2D2D2. Windows color (decimal): -4006209 or 12574402. OLE color: 12574402.
HSL color Cylindrical-coordinate representation of color #C2DEBF: hue angle of 114.19º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2DEBF is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 191 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.13 |
| HSL | 114.19º | 0.32% | 0.81% | - |
| HSV(B) | 114.19º | 0.14% | 0.87% | - |
| XYZ | 57.77 | 67.47 | 59.27 | - |
| YUV | 210.09 | 117.22 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 191 | 0.13 | 0 | 0.14 | 0.13 | 114.19 | 0.32 | 0.81 |
| Hex | C2 | DE | BF | D | 0 | E | D | 72 | 20 | 51 |
| Octal | 302 | 336 | 277 | 15 | 0 | 16 | 15 | 162 | 40 | 121 |
| Binary | 11000010 | 11011110 | 10111111 | 1101 | 0 | 1110 | 1101 | 1110010 | 100000 | 1010001 |
Color Harmonies of #C2DEBF
Complementary color
Monochromatic Colors of #C2DEBF
Black with #C2DEBF
Text Example
Text Example
White with #C2DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEBF; }
p { color: rgb(194,222,191); }
H1.HeaderClassName
{
color: #C2DEBF;
}
.AnyTagClassName
{
color: #C2DEBF;
}
</style>
background-color css
<style>
a { background-color: #C2DEBF; }
a { background-color: rgb(194,222,191); }
div.DivClassName
{
background-color: #C2DEBF;
}
.BgClassName
{
background-color: #C2DEBF;
}
</style>
border-color css
<style>
span { border-color: #C2DEBF; }
span { border-color: rgb(194,222,191); }
td.TdClassName
{
border-color: #C2DEBF;
}
.TagClassName
{
border-color: #C2DEBF;
}
</style>