Shades of Surf Crest #C2DCBB
Tints of Surf Crest #C2DCBB
RGB
CMYK
RGB Variations
Color information
#C2DCBB (or 0xC2DCBB) is known color: Surf Crest. HEX triplet: C2, DC and BB. RGB value is (194,220,187). Sum of RGB (Red+Green+Blue) = 194+220+187=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 187 (73.44% from 255 or 31.11% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #C2DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DCBB is #3D2344. Grayscale: #D0D0D0. Windows color (decimal): -4006725 or 12311746. OLE color: 12311746.
HSL color Cylindrical-coordinate representation of color #C2DCBB: hue angle of 107.27º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2DCBB is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 220 | 187 | - |
| CMYK | 0.12 | 0 | 0.15 | 0.14 |
| HSL | 107.27º | 0.32% | 0.8% | - |
| HSV(B) | 107.27º | 0.15% | 0.86% | - |
| XYZ | 56.81 | 66.24 | 56.81 | - |
| YUV | 208.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 220 | 187 | 0.12 | 0 | 0.15 | 0.14 | 107.27 | 0.32 | 0.8 |
| Hex | C2 | DC | BB | C | 0 | F | E | 6B | 20 | 50 |
| Octal | 302 | 334 | 273 | 14 | 0 | 17 | 16 | 153 | 40 | 120 |
| Binary | 11000010 | 11011100 | 10111011 | 1100 | 0 | 1111 | 1110 | 1101011 | 100000 | 1010000 |
Color Harmonies of #C2DCBB
Complementary color
Monochromatic Colors of #C2DCBB
Black with #C2DCBB
Text Example
Text Example
White with #C2DCBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DCBB; }
p { color: rgb(194,220,187); }
H1.HeaderClassName
{
color: #C2DCBB;
}
.AnyTagClassName
{
color: #C2DCBB;
}
</style>
background-color css
<style>
a { background-color: #C2DCBB; }
a { background-color: rgb(194,220,187); }
div.DivClassName
{
background-color: #C2DCBB;
}
.BgClassName
{
background-color: #C2DCBB;
}
</style>
border-color css
<style>
span { border-color: #C2DCBB; }
span { border-color: rgb(194,220,187); }
td.TdClassName
{
border-color: #C2DCBB;
}
.TagClassName
{
border-color: #C2DCBB;
}
</style>