Shades of Surf Crest #C2DBB6
Tints of Surf Crest #C2DBB6
RGB
CMYK
RGB Variations
Color information
#C2DBB6 (or 0xC2DBB6) is known color: Surf Crest. HEX triplet: C2, DB and B6. RGB value is (194,219,182). Sum of RGB (Red+Green+Blue) = 194+219+182=595 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.61% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 182 (71.48% from 255 or 30.59% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DBB6 is #3D2449. Grayscale: #CFCFCF. Windows color (decimal): -4006986 or 11983810. OLE color: 11983810.
HSL color Cylindrical-coordinate representation of color #C2DBB6: hue angle of 100.54º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C2DBB6 is Cyan = 0.11, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 182 | - |
| CMYK | 0.11 | 0 | 0.17 | 0.14 |
| HSL | 100.54º | 0.34% | 0.79% | - |
| HSV(B) | 100.54º | 0.17% | 0.86% | - |
| XYZ | 56.02 | 65.51 | 53.95 | - |
| YUV | 207.31 | 113.72 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 182 | 0.11 | 0 | 0.17 | 0.14 | 100.54 | 0.34 | 0.79 |
| Hex | C2 | DB | B6 | B | 0 | 11 | E | 65 | 22 | 4F |
| Octal | 302 | 333 | 266 | 13 | 0 | 21 | 16 | 145 | 42 | 117 |
| Binary | 11000010 | 11011011 | 10110110 | 1011 | 0 | 10001 | 1110 | 1100101 | 100010 | 1001111 |
Color Harmonies of #C2DBB6
Complementary color
Monochromatic Colors of #C2DBB6
Black with #C2DBB6
Text Example
Text Example
White with #C2DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DBB6; }
p { color: rgb(194,219,182); }
H1.HeaderClassName
{
color: #C2DBB6;
}
.AnyTagClassName
{
color: #C2DBB6;
}
</style>
background-color css
<style>
a { background-color: #C2DBB6; }
a { background-color: rgb(194,219,182); }
div.DivClassName
{
background-color: #C2DBB6;
}
.BgClassName
{
background-color: #C2DBB6;
}
</style>
border-color css
<style>
span { border-color: #C2DBB6; }
span { border-color: rgb(194,219,182); }
td.TdClassName
{
border-color: #C2DBB6;
}
.TagClassName
{
border-color: #C2DBB6;
}
</style>