Shades of Surf Crest #C2DDB9
Tints of Surf Crest #C2DDB9
RGB
CMYK
RGB Variations
Color information
#C2DDB9 (or 0xC2DDB9) is known color: Surf Crest. HEX triplet: C2, DD and B9. RGB value is (194,221,185). Sum of RGB (Red+Green+Blue) = 194+221+185=600 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.33% from 600); Green value is 221 (86.72% from 255 or 36.83% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 221 - color contains mainly: green. Hex color #C2DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DDB9 is #3D2246. Grayscale: #D0D0D0. Windows color (decimal): -4006471 or 12180930. OLE color: 12180930.
HSL color Cylindrical-coordinate representation of color #C2DDB9: hue angle of 105º 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 #C2DDB9 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 221 | 185 | - |
| CMYK | 0.12 | 0 | 0.16 | 0.13 |
| HSL | 105º | 0.35% | 0.8% | - |
| HSV(B) | 105º | 0.16% | 0.87% | - |
| XYZ | 56.86 | 66.69 | 55.77 | - |
| YUV | 208.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 221 | 185 | 0.12 | 0 | 0.16 | 0.13 | 105 | 0.35 | 0.8 |
| Hex | C2 | DD | B9 | C | 0 | 10 | D | 69 | 23 | 50 |
| Octal | 302 | 335 | 271 | 14 | 0 | 20 | 15 | 151 | 43 | 120 |
| Binary | 11000010 | 11011101 | 10111001 | 1100 | 0 | 10000 | 1101 | 1101001 | 100011 | 1010000 |
Color Harmonies of #C2DDB9
Complementary color
Monochromatic Colors of #C2DDB9
Black with #C2DDB9
Text Example
Text Example
White with #C2DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DDB9; }
p { color: rgb(194,221,185); }
H1.HeaderClassName
{
color: #C2DDB9;
}
.AnyTagClassName
{
color: #C2DDB9;
}
</style>
background-color css
<style>
a { background-color: #C2DDB9; }
a { background-color: rgb(194,221,185); }
div.DivClassName
{
background-color: #C2DDB9;
}
.BgClassName
{
background-color: #C2DDB9;
}
</style>
border-color css
<style>
span { border-color: #C2DDB9; }
span { border-color: rgb(194,221,185); }
td.TdClassName
{
border-color: #C2DDB9;
}
.TagClassName
{
border-color: #C2DDB9;
}
</style>