Shades of Surf Crest #C2DFBF
Tints of Surf Crest #C2DFBF
RGB
CMYK
RGB Variations
Color information
#C2DFBF (or 0xC2DFBF) is known color: Surf Crest. HEX triplet: C2, DF and BF. RGB value is (194,223,191). Sum of RGB (Red+Green+Blue) = 194+223+191=608 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.91% from 608); Green value is 223 (87.5% from 255 or 36.68% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFBF is #3D2040. Grayscale: #D2D2D2. Windows color (decimal): -4005953 or 12574658. OLE color: 12574658.
HSL color Cylindrical-coordinate representation of color #C2DFBF: hue angle of 114.38º degrees, saturation: 0.33, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2DFBF is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 191 | - |
| CMYK | 0.13 | 0 | 0.14 | 0.13 |
| HSL | 114.38º | 0.33% | 0.81% | - |
| HSV(B) | 114.38º | 0.14% | 0.87% | - |
| XYZ | 58.04 | 68.01 | 59.36 | - |
| YUV | 210.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 191 | 0.13 | 0 | 0.14 | 0.13 | 114.38 | 0.33 | 0.81 |
| Hex | C2 | DF | BF | D | 0 | E | D | 72 | 21 | 51 |
| Octal | 302 | 337 | 277 | 15 | 0 | 16 | 15 | 162 | 41 | 121 |
| Binary | 11000010 | 11011111 | 10111111 | 1101 | 0 | 1110 | 1101 | 1110010 | 100001 | 1010001 |
Color Harmonies of #C2DFBF
Complementary color
Monochromatic Colors of #C2DFBF
Black with #C2DFBF
Text Example
Text Example
White with #C2DFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFBF; }
p { color: rgb(194,223,191); }
H1.HeaderClassName
{
color: #C2DFBF;
}
.AnyTagClassName
{
color: #C2DFBF;
}
</style>
background-color css
<style>
a { background-color: #C2DFBF; }
a { background-color: rgb(194,223,191); }
div.DivClassName
{
background-color: #C2DFBF;
}
.BgClassName
{
background-color: #C2DFBF;
}
</style>
border-color css
<style>
span { border-color: #C2DFBF; }
span { border-color: rgb(194,223,191); }
td.TdClassName
{
border-color: #C2DFBF;
}
.TagClassName
{
border-color: #C2DFBF;
}
</style>