Shades of Surf Crest #C2DABE
Tints of Surf Crest #C2DABE
RGB
CMYK
RGB Variations
Color information
#C2DABE (or 0xC2DABE) is known color: Surf Crest. HEX triplet: C2, DA and BE. RGB value is (194,218,190). Sum of RGB (Red+Green+Blue) = 194+218+190=602 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.23% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2DABE is #3D2541. Grayscale: #CFCFCF. Windows color (decimal): -4007234 or 12507842. OLE color: 12507842.
HSL color Cylindrical-coordinate representation of color #C2DABE: hue angle of 111.43º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C2DABE is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 218 | 190 | - |
CMYK | 0.11 | 0 | 0.13 | 0.15 |
HSL | 111.43º | 0.27% | 0.8% | - |
HSV(B) | 111.43º | 0.13% | 0.85% | - |
XYZ | 56.61 | 65.33 | 58.34 | - |
YUV | 207.63 | 118.05 | 118.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 218 | 190 | 0.11 | 0 | 0.13 | 0.15 | 111.43 | 0.27 | 0.8 |
Hex | C2 | DA | BE | B | 0 | D | F | 6F | 1B | 50 |
Octal | 302 | 332 | 276 | 13 | 0 | 15 | 17 | 157 | 33 | 120 |
Binary | 11000010 | 11011010 | 10111110 | 1011 | 0 | 1101 | 1111 | 1101111 | 11011 | 1010000 |
Color Harmonies of #C2DABE
Complementary color
Monochromatic Colors of #C2DABE
Black with #C2DABE
Text Example
Text Example
White with #C2DABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DABE; }
p { color: rgb(194,218,190); }
H1.HeaderClassName
{
color: #C2DABE;
}
.AnyTagClassName
{
color: #C2DABE;
}
</style>
background-color css
<style>
a { background-color: #C2DABE; }
a { background-color: rgb(194,218,190); }
div.DivClassName
{
background-color: #C2DABE;
}
.BgClassName
{
background-color: #C2DABE;
}
</style>
border-color css
<style>
span { border-color: #C2DABE; }
span { border-color: rgb(194,218,190); }
td.TdClassName
{
border-color: #C2DABE;
}
.TagClassName
{
border-color: #C2DABE;
}
</style>