Shades of Surf Crest #C2DABF
Tints of Surf Crest #C2DABF
RGB
CMYK
RGB Variations
Color information
#C2DABF (or 0xC2DABF) is known color: Surf Crest. HEX triplet: C2, DA and BF. RGB value is (194,218,191). Sum of RGB (Red+Green+Blue) = 194+218+191=603 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.17% from 603); Green value is 218 (85.55% from 255 or 36.15% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DABF is #3D2540. Grayscale: #CFCFCF. Windows color (decimal): -4007233 or 12573378. OLE color: 12573378.
HSL color Cylindrical-coordinate representation of color #C2DABF: hue angle of 113.33º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2DABF is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 191 | - |
| CMYK | 0.11 | 0 | 0.12 | 0.15 |
| HSL | 113.33º | 0.27% | 0.8% | - |
| HSV(B) | 113.33º | 0.12% | 0.85% | - |
| XYZ | 56.72 | 65.37 | 58.92 | - |
| YUV | 207.75 | 118.55 | 118.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 191 | 0.11 | 0 | 0.12 | 0.15 | 113.33 | 0.27 | 0.8 |
| Hex | C2 | DA | BF | B | 0 | C | F | 71 | 1B | 50 |
| Octal | 302 | 332 | 277 | 13 | 0 | 14 | 17 | 161 | 33 | 120 |
| Binary | 11000010 | 11011010 | 10111111 | 1011 | 0 | 1100 | 1111 | 1110001 | 11011 | 1010000 |
Color Harmonies of #C2DABF
Complementary color
Monochromatic Colors of #C2DABF
Black with #C2DABF
Text Example
Text Example
White with #C2DABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DABF; }
p { color: rgb(194,218,191); }
H1.HeaderClassName
{
color: #C2DABF;
}
.AnyTagClassName
{
color: #C2DABF;
}
</style>
background-color css
<style>
a { background-color: #C2DABF; }
a { background-color: rgb(194,218,191); }
div.DivClassName
{
background-color: #C2DABF;
}
.BgClassName
{
background-color: #C2DABF;
}
</style>
border-color css
<style>
span { border-color: #C2DABF; }
span { border-color: rgb(194,218,191); }
td.TdClassName
{
border-color: #C2DABF;
}
.TagClassName
{
border-color: #C2DABF;
}
</style>