Shades of Surf Crest #C2DDBB
Tints of Surf Crest #C2DDBB
RGB
CMYK
RGB Variations
Color information
#C2DDBB (or 0xC2DDBB) is known color: Surf Crest. HEX triplet: C2, DD and BB. RGB value is (194,221,187). Sum of RGB (Red+Green+Blue) = 194+221+187=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 187 (73.44% from 255 or 31.06% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDBB is #3D2244. Grayscale: #D1D1D1. Windows color (decimal): -4006469 or 12312002. OLE color: 12312002.
HSL color Cylindrical-coordinate representation of color #C2DDBB: hue angle of 107.65º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2DDBB is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 187 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.13 |
| HSL | 107.65º | 0.33% | 0.8% | - |
| HSV(B) | 107.65º | 0.15% | 0.87% | - |
| XYZ | 57.07 | 66.77 | 56.89 | - |
| YUV | 209.05 | 115.55 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 187 | 0.12 | 0 | 0.15 | 0.13 | 107.65 | 0.33 | 0.8 |
| Hex | C2 | DD | BB | C | 0 | F | D | 6C | 21 | 50 |
| Octal | 302 | 335 | 273 | 14 | 0 | 17 | 15 | 154 | 41 | 120 |
| Binary | 11000010 | 11011101 | 10111011 | 1100 | 0 | 1111 | 1101 | 1101100 | 100001 | 1010000 |
Color Harmonies of #C2DDBB
Complementary color
Monochromatic Colors of #C2DDBB
Black with #C2DDBB
Text Example
Text Example
White with #C2DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDBB; }
p { color: rgb(194,221,187); }
H1.HeaderClassName
{
color: #C2DDBB;
}
.AnyTagClassName
{
color: #C2DDBB;
}
</style>
background-color css
<style>
a { background-color: #C2DDBB; }
a { background-color: rgb(194,221,187); }
div.DivClassName
{
background-color: #C2DDBB;
}
.BgClassName
{
background-color: #C2DDBB;
}
</style>
border-color css
<style>
span { border-color: #C2DDBB; }
span { border-color: rgb(194,221,187); }
td.TdClassName
{
border-color: #C2DDBB;
}
.TagClassName
{
border-color: #C2DDBB;
}
</style>