Shades of Surf Crest #C2DBBA
Tints of Surf Crest #C2DBBA
RGB
CMYK
RGB Variations
Color information
#C2DBBA (or 0xC2DBBA) is known color: Surf Crest. HEX triplet: C2, DB and BA. RGB value is (194,219,186). Sum of RGB (Red+Green+Blue) = 194+219+186=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBBA is #3D2445. Grayscale: #CFCFCF. Windows color (decimal): -4006982 or 12245954. OLE color: 12245954.
HSL color Cylindrical-coordinate representation of color #C2DBBA: hue angle of 105.45º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2DBBA is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 186 | - |
| CMYK | 0.11 | 0 | 0.15 | 0.14 |
| HSL | 105.45º | 0.31% | 0.79% | - |
| HSV(B) | 105.45º | 0.15% | 0.86% | - |
| XYZ | 56.44 | 65.68 | 56.16 | - |
| YUV | 207.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 186 | 0.11 | 0 | 0.15 | 0.14 | 105.45 | 0.31 | 0.79 |
| Hex | C2 | DB | BA | B | 0 | F | E | 69 | 1F | 4F |
| Octal | 302 | 333 | 272 | 13 | 0 | 17 | 16 | 151 | 37 | 117 |
| Binary | 11000010 | 11011011 | 10111010 | 1011 | 0 | 1111 | 1110 | 1101001 | 11111 | 1001111 |
Color Harmonies of #C2DBBA
Complementary color
Monochromatic Colors of #C2DBBA
Black with #C2DBBA
Text Example
Text Example
White with #C2DBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBBA; }
p { color: rgb(194,219,186); }
H1.HeaderClassName
{
color: #C2DBBA;
}
.AnyTagClassName
{
color: #C2DBBA;
}
</style>
background-color css
<style>
a { background-color: #C2DBBA; }
a { background-color: rgb(194,219,186); }
div.DivClassName
{
background-color: #C2DBBA;
}
.BgClassName
{
background-color: #C2DBBA;
}
</style>
border-color css
<style>
span { border-color: #C2DBBA; }
span { border-color: rgb(194,219,186); }
td.TdClassName
{
border-color: #C2DBBA;
}
.TagClassName
{
border-color: #C2DBBA;
}
</style>