Shades of Surf Crest #C2DABB
Tints of Surf Crest #C2DABB
RGB
CMYK
RGB Variations
Color information
#C2DABB (or 0xC2DABB) is known color: Surf Crest. HEX triplet: C2, DA and BB. RGB value is (194,218,187). Sum of RGB (Red+Green+Blue) = 194+218+187=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 187 (73.44% from 255 or 31.22% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DABB is #3D2544. Grayscale: #CFCFCF. Windows color (decimal): -4007237 or 12311234. OLE color: 12311234.
HSL color Cylindrical-coordinate representation of color #C2DABB: hue angle of 106.45º degrees, saturation: 0.3, 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 #C2DABB is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 187 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.15 |
| HSL | 106.45º | 0.3% | 0.79% | - |
| HSV(B) | 106.45º | 0.14% | 0.85% | - |
| XYZ | 56.29 | 65.2 | 56.63 | - |
| YUV | 207.29 | 116.55 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 187 | 0.11 | 0 | 0.14 | 0.15 | 106.45 | 0.3 | 0.79 |
| Hex | C2 | DA | BB | B | 0 | E | F | 6A | 1E | 4F |
| Octal | 302 | 332 | 273 | 13 | 0 | 16 | 17 | 152 | 36 | 117 |
| Binary | 11000010 | 11011010 | 10111011 | 1011 | 0 | 1110 | 1111 | 1101010 | 11110 | 1001111 |
Color Harmonies of #C2DABB
Complementary color
Monochromatic Colors of #C2DABB
Black with #C2DABB
Text Example
Text Example
White with #C2DABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DABB; }
p { color: rgb(194,218,187); }
H1.HeaderClassName
{
color: #C2DABB;
}
.AnyTagClassName
{
color: #C2DABB;
}
</style>
background-color css
<style>
a { background-color: #C2DABB; }
a { background-color: rgb(194,218,187); }
div.DivClassName
{
background-color: #C2DABB;
}
.BgClassName
{
background-color: #C2DABB;
}
</style>
border-color css
<style>
span { border-color: #C2DABB; }
span { border-color: rgb(194,218,187); }
td.TdClassName
{
border-color: #C2DABB;
}
.TagClassName
{
border-color: #C2DABB;
}
</style>