Shades of Surf Crest #C2DAB9
Tints of Surf Crest #C2DAB9
RGB
CMYK
RGB Variations
Color information
#C2DAB9 (or 0xC2DAB9) is known color: Surf Crest. HEX triplet: C2, DA and B9. RGB value is (194,218,185). Sum of RGB (Red+Green+Blue) = 194+218+185=597 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.50% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DAB9 is #3D2546. Grayscale: #CFCFCF. Windows color (decimal): -4007239 or 12180162. OLE color: 12180162.
HSL color Cylindrical-coordinate representation of color #C2DAB9: hue angle of 103.64º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2DAB9 is Cyan = 0.11, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 218 | 185 | - |
CMYK | 0.11 | 0 | 0.15 | 0.15 |
HSL | 103.64º | 0.31% | 0.79% | - |
HSV(B) | 103.64º | 0.15% | 0.85% | - |
XYZ | 56.08 | 65.11 | 55.51 | - |
YUV | 207.06 | 115.55 | 118.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 185 | 0.11 | 0 | 0.15 | 0.15 | 103.64 | 0.31 | 0.79 |
Hex | C2 | DA | B9 | B | 0 | F | F | 68 | 1F | 4F |
Octal | 302 | 332 | 271 | 13 | 0 | 17 | 17 | 150 | 37 | 117 |
Binary | 11000010 | 11011010 | 10111001 | 1011 | 0 | 1111 | 1111 | 1101000 | 11111 | 1001111 |
Color Harmonies of #C2DAB9
Complementary color
Monochromatic Colors of #C2DAB9
Black with #C2DAB9
Text Example
Text Example
White with #C2DAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DAB9; }
p { color: rgb(194,218,185); }
H1.HeaderClassName
{
color: #C2DAB9;
}
.AnyTagClassName
{
color: #C2DAB9;
}
</style>
background-color css
<style>
a { background-color: #C2DAB9; }
a { background-color: rgb(194,218,185); }
div.DivClassName
{
background-color: #C2DAB9;
}
.BgClassName
{
background-color: #C2DAB9;
}
</style>
border-color css
<style>
span { border-color: #C2DAB9; }
span { border-color: rgb(194,218,185); }
td.TdClassName
{
border-color: #C2DAB9;
}
.TagClassName
{
border-color: #C2DAB9;
}
</style>