Shades of Surf Crest #C2D8B9
Tints of Surf Crest #C2D8B9
RGB
CMYK
RGB Variations
Color information
#C2D8B9 (or 0xC2D8B9) is known color: Surf Crest. HEX triplet: C2, D8 and B9. RGB value is (194,216,185). Sum of RGB (Red+Green+Blue) = 194+216+185=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8B9 is #3D2746. Grayscale: #CDCDCD. Windows color (decimal): -4007751 or 12179650. OLE color: 12179650.
HSL color Cylindrical-coordinate representation of color #C2D8B9: hue angle of 102.58º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2D8B9 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 185 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.15 |
| HSL | 102.58º | 0.28% | 0.79% | - |
| HSV(B) | 102.58º | 0.14% | 0.85% | - |
| XYZ | 55.56 | 64.08 | 55.34 | - |
| YUV | 205.89 | 116.21 | 119.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 185 | 0.10 | 0 | 0.14 | 0.15 | 102.58 | 0.28 | 0.79 |
| Hex | C2 | D8 | B9 | A | 0 | E | F | 67 | 1C | 4F |
| Octal | 302 | 330 | 271 | 12 | 0 | 16 | 17 | 147 | 34 | 117 |
| Binary | 11000010 | 11011000 | 10111001 | 1010 | 0 | 1110 | 1111 | 1100111 | 11100 | 1001111 |
Color Harmonies of #C2D8B9
Complementary color
Monochromatic Colors of #C2D8B9
Black with #C2D8B9
Text Example
Text Example
White with #C2D8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D8B9; }
p { color: rgb(194,216,185); }
H1.HeaderClassName
{
color: #C2D8B9;
}
.AnyTagClassName
{
color: #C2D8B9;
}
</style>
background-color css
<style>
a { background-color: #C2D8B9; }
a { background-color: rgb(194,216,185); }
div.DivClassName
{
background-color: #C2D8B9;
}
.BgClassName
{
background-color: #C2D8B9;
}
</style>
border-color css
<style>
span { border-color: #C2D8B9; }
span { border-color: rgb(194,216,185); }
td.TdClassName
{
border-color: #C2D8B9;
}
.TagClassName
{
border-color: #C2D8B9;
}
</style>