Shades of Surf Crest #C2DEBD
Tints of Surf Crest #C2DEBD
RGB
CMYK
RGB Variations
Color information
#C2DEBD (or 0xC2DEBD) is known color: Surf Crest. HEX triplet: C2, DE and BD. RGB value is (194,222,189). Sum of RGB (Red+Green+Blue) = 194+222+189=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 222 (87.11% from 255 or 36.69% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 222 - color contains mainly: green. Hex color #C2DEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DEBD is #3D2142. Grayscale: #D1D1D1. Windows color (decimal): -4006211 or 12443330. OLE color: 12443330.
HSL color Cylindrical-coordinate representation of color #C2DEBD: hue angle of 110.91º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2DEBD is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 222 | 189 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.13 |
| HSL | 110.91º | 0.33% | 0.81% | - |
| HSV(B) | 110.91º | 0.15% | 0.87% | - |
| XYZ | 57.55 | 67.39 | 58.12 | - |
| YUV | 209.87 | 116.22 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 222 | 189 | 0.13 | 0 | 0.15 | 0.13 | 110.91 | 0.33 | 0.81 |
| Hex | C2 | DE | BD | D | 0 | F | D | 6F | 21 | 51 |
| Octal | 302 | 336 | 275 | 15 | 0 | 17 | 15 | 157 | 41 | 121 |
| Binary | 11000010 | 11011110 | 10111101 | 1101 | 0 | 1111 | 1101 | 1101111 | 100001 | 1010001 |
Color Harmonies of #C2DEBD
Complementary color
Monochromatic Colors of #C2DEBD
Black with #C2DEBD
Text Example
Text Example
White with #C2DEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DEBD; }
p { color: rgb(194,222,189); }
H1.HeaderClassName
{
color: #C2DEBD;
}
.AnyTagClassName
{
color: #C2DEBD;
}
</style>
background-color css
<style>
a { background-color: #C2DEBD; }
a { background-color: rgb(194,222,189); }
div.DivClassName
{
background-color: #C2DEBD;
}
.BgClassName
{
background-color: #C2DEBD;
}
</style>
border-color css
<style>
span { border-color: #C2DEBD; }
span { border-color: rgb(194,222,189); }
td.TdClassName
{
border-color: #C2DEBD;
}
.TagClassName
{
border-color: #C2DEBD;
}
</style>