Shades of Surf Crest #C2D2BB
Tints of Surf Crest #C2D2BB
RGB
CMYK
RGB Variations
Color information
#C2D2BB (or 0xC2D2BB) is known color: Surf Crest. HEX triplet: C2, D2 and BB. RGB value is (194,210,187). Sum of RGB (Red+Green+Blue) = 194+210+187=591 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.83% from 591); Green value is 210 (82.42% from 255 or 35.53% from 591); Blue value is 187 (73.44% from 255 or 31.64% from 591); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D2BB is #3D2D44. Grayscale: #CACACA. Windows color (decimal): -4009285 or 12309186. OLE color: 12309186.
HSL color Cylindrical-coordinate representation of color #C2D2BB: hue angle of 101.74º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2D2BB is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 187 | - |
| CMYK | 0.08 | 0 | 0.11 | 0.18 |
| HSL | 101.74º | 0.2% | 0.78% | - |
| HSV(B) | 101.74º | 0.11% | 0.82% | - |
| XYZ | 54.26 | 61.15 | 55.96 | - |
| YUV | 202.59 | 119.2 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 187 | 0.08 | 0 | 0.11 | 0.18 | 101.74 | 0.2 | 0.78 |
| Hex | C2 | D2 | BB | 8 | 0 | B | 12 | 66 | 14 | 4E |
| Octal | 302 | 322 | 273 | 10 | 0 | 13 | 22 | 146 | 24 | 116 |
| Binary | 11000010 | 11010010 | 10111011 | 1000 | 0 | 1011 | 10010 | 1100110 | 10100 | 1001110 |
Color Harmonies of #C2D2BB
Complementary color
Monochromatic Colors of #C2D2BB
Black with #C2D2BB
Text Example
Text Example
White with #C2D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D2BB; }
p { color: rgb(194,210,187); }
H1.HeaderClassName
{
color: #C2D2BB;
}
.AnyTagClassName
{
color: #C2D2BB;
}
</style>
background-color css
<style>
a { background-color: #C2D2BB; }
a { background-color: rgb(194,210,187); }
div.DivClassName
{
background-color: #C2D2BB;
}
.BgClassName
{
background-color: #C2D2BB;
}
</style>
border-color css
<style>
span { border-color: #C2D2BB; }
span { border-color: rgb(194,210,187); }
td.TdClassName
{
border-color: #C2D2BB;
}
.TagClassName
{
border-color: #C2D2BB;
}
</style>