Shades of Surf Crest #C2DCBF
Tints of Surf Crest #C2DCBF
RGB
CMYK
RGB Variations
Color information
#C2DCBF (or 0xC2DCBF) is known color: Surf Crest. HEX triplet: C2, DC and BF. RGB value is (194,220,191). Sum of RGB (Red+Green+Blue) = 194+220+191=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCBF is #3D2340. Grayscale: #D1D1D1. Windows color (decimal): -4006721 or 12573890. OLE color: 12573890.
HSL color Cylindrical-coordinate representation of color #C2DCBF: hue angle of 113.79º degrees, saturation: 0.29, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DCBF is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 191 | - |
| CMYK | 0.12 | 0 | 0.13 | 0.14 |
| HSL | 113.79º | 0.29% | 0.81% | - |
| HSV(B) | 113.79º | 0.13% | 0.86% | - |
| XYZ | 57.25 | 66.42 | 59.09 | - |
| YUV | 208.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 191 | 0.12 | 0 | 0.13 | 0.14 | 113.79 | 0.29 | 0.81 |
| Hex | C2 | DC | BF | C | 0 | D | E | 72 | 1D | 51 |
| Octal | 302 | 334 | 277 | 14 | 0 | 15 | 16 | 162 | 35 | 121 |
| Binary | 11000010 | 11011100 | 10111111 | 1100 | 0 | 1101 | 1110 | 1110010 | 11101 | 1010001 |
Color Harmonies of #C2DCBF
Complementary color
Monochromatic Colors of #C2DCBF
Black with #C2DCBF
Text Example
Text Example
White with #C2DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCBF; }
p { color: rgb(194,220,191); }
H1.HeaderClassName
{
color: #C2DCBF;
}
.AnyTagClassName
{
color: #C2DCBF;
}
</style>
background-color css
<style>
a { background-color: #C2DCBF; }
a { background-color: rgb(194,220,191); }
div.DivClassName
{
background-color: #C2DCBF;
}
.BgClassName
{
background-color: #C2DCBF;
}
</style>
border-color css
<style>
span { border-color: #C2DCBF; }
span { border-color: rgb(194,220,191); }
td.TdClassName
{
border-color: #C2DCBF;
}
.TagClassName
{
border-color: #C2DCBF;
}
</style>