Shades of Surf Crest #C2DFBC
Tints of Surf Crest #C2DFBC
RGB
CMYK
RGB Variations
Color information
#C2DFBC (or 0xC2DFBC) is known color: Surf Crest. HEX triplet: C2, DF and BC. RGB value is (194,223,188). Sum of RGB (Red+Green+Blue) = 194+223+188=605 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.07% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFBC is #3D2043. Grayscale: #D2D2D2. Windows color (decimal): -4005956 or 12378050. OLE color: 12378050.
HSL color Cylindrical-coordinate representation of color #C2DFBC: hue angle of 109.71º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2DFBC is Cyan = 0.13, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 188 | - |
| CMYK | 0.13 | 0 | 0.16 | 0.13 |
| HSL | 109.71º | 0.35% | 0.81% | - |
| HSV(B) | 109.71º | 0.16% | 0.87% | - |
| XYZ | 57.71 | 67.88 | 57.64 | - |
| YUV | 210.34 | 115.39 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 188 | 0.13 | 0 | 0.16 | 0.13 | 109.71 | 0.35 | 0.81 |
| Hex | C2 | DF | BC | D | 0 | 10 | D | 6E | 23 | 51 |
| Octal | 302 | 337 | 274 | 15 | 0 | 20 | 15 | 156 | 43 | 121 |
| Binary | 11000010 | 11011111 | 10111100 | 1101 | 0 | 10000 | 1101 | 1101110 | 100011 | 1010001 |
Color Harmonies of #C2DFBC
Complementary color
Monochromatic Colors of #C2DFBC
Black with #C2DFBC
Text Example
Text Example
White with #C2DFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFBC; }
p { color: rgb(194,223,188); }
H1.HeaderClassName
{
color: #C2DFBC;
}
.AnyTagClassName
{
color: #C2DFBC;
}
</style>
background-color css
<style>
a { background-color: #C2DFBC; }
a { background-color: rgb(194,223,188); }
div.DivClassName
{
background-color: #C2DFBC;
}
.BgClassName
{
background-color: #C2DFBC;
}
</style>
border-color css
<style>
span { border-color: #C2DFBC; }
span { border-color: rgb(194,223,188); }
td.TdClassName
{
border-color: #C2DFBC;
}
.TagClassName
{
border-color: #C2DFBC;
}
</style>