Shades of Surf Crest #C2DFBD
Tints of Surf Crest #C2DFBD
RGB
CMYK
RGB Variations
Color information
#C2DFBD (or 0xC2DFBD) is known color: Surf Crest. HEX triplet: C2, DF and BD. RGB value is (194,223,189). Sum of RGB (Red+Green+Blue) = 194+223+189=606 (80% of max value = 765). Red value is 194 (76.17% from 255 or 32.01% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #C2DFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DFBD is #3D2042. Grayscale: #D2D2D2. Windows color (decimal): -4005955 or 12443586. OLE color: 12443586.
HSL color Cylindrical-coordinate representation of color #C2DFBD: hue angle of 111.18º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2DFBD is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 194 | 223 | 189 | - |
| CMYK | 0.13 | 0 | 0.15 | 0.13 |
| HSL | 111.18º | 0.35% | 0.81% | - |
| HSV(B) | 111.18º | 0.15% | 0.87% | - |
| XYZ | 57.82 | 67.92 | 58.21 | - |
| YUV | 210.45 | 115.89 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 223 | 189 | 0.13 | 0 | 0.15 | 0.13 | 111.18 | 0.35 | 0.81 |
| Hex | C2 | DF | BD | D | 0 | F | D | 6F | 23 | 51 |
| Octal | 302 | 337 | 275 | 15 | 0 | 17 | 15 | 157 | 43 | 121 |
| Binary | 11000010 | 11011111 | 10111101 | 1101 | 0 | 1111 | 1101 | 1101111 | 100011 | 1010001 |
Color Harmonies of #C2DFBD
Complementary color
Monochromatic Colors of #C2DFBD
Black with #C2DFBD
Text Example
Text Example
White with #C2DFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DFBD; }
p { color: rgb(194,223,189); }
H1.HeaderClassName
{
color: #C2DFBD;
}
.AnyTagClassName
{
color: #C2DFBD;
}
</style>
background-color css
<style>
a { background-color: #C2DFBD; }
a { background-color: rgb(194,223,189); }
div.DivClassName
{
background-color: #C2DFBD;
}
.BgClassName
{
background-color: #C2DFBD;
}
</style>
border-color css
<style>
span { border-color: #C2DFBD; }
span { border-color: rgb(194,223,189); }
td.TdClassName
{
border-color: #C2DFBD;
}
.TagClassName
{
border-color: #C2DFBD;
}
</style>