Shades of Surf Crest #C2DBB1
Tints of Surf Crest #C2DBB1
RGB
CMYK
RGB Variations
Color information
#C2DBB1 (or 0xC2DBB1) is known color: Surf Crest. HEX triplet: C2, DB and B1. RGB value is (194,219,177). Sum of RGB (Red+Green+Blue) = 194+219+177=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2DBB1 is #3D244E. Grayscale: #CECECE. Windows color (decimal): -4006991 or 11656130. OLE color: 11656130.
HSL color Cylindrical-coordinate representation of color #C2DBB1: hue angle of 95.71º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2DBB1 is Cyan = 0.11, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 177 | - |
| CMYK | 0.11 | 0 | 0.19 | 0.14 |
| HSL | 95.71º | 0.37% | 0.78% | - |
| HSV(B) | 95.71º | 0.19% | 0.86% | - |
| XYZ | 55.52 | 65.31 | 51.27 | - |
| YUV | 206.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 177 | 0.11 | 0 | 0.19 | 0.14 | 95.71 | 0.37 | 0.78 |
| Hex | C2 | DB | B1 | B | 0 | 13 | E | 60 | 25 | 4E |
| Octal | 302 | 333 | 261 | 13 | 0 | 23 | 16 | 140 | 45 | 116 |
| Binary | 11000010 | 11011011 | 10110001 | 1011 | 0 | 10011 | 1110 | 1100000 | 100101 | 1001110 |
Color Harmonies of #C2DBB1
Complementary color
Monochromatic Colors of #C2DBB1
Black with #C2DBB1
Text Example
Text Example
White with #C2DBB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBB1; }
p { color: rgb(194,219,177); }
H1.HeaderClassName
{
color: #C2DBB1;
}
.AnyTagClassName
{
color: #C2DBB1;
}
</style>
background-color css
<style>
a { background-color: #C2DBB1; }
a { background-color: rgb(194,219,177); }
div.DivClassName
{
background-color: #C2DBB1;
}
.BgClassName
{
background-color: #C2DBB1;
}
</style>
border-color css
<style>
span { border-color: #C2DBB1; }
span { border-color: rgb(194,219,177); }
td.TdClassName
{
border-color: #C2DBB1;
}
.TagClassName
{
border-color: #C2DBB1;
}
</style>