Shades of Surf Crest #C2D9BE
Tints of Surf Crest #C2D9BE
RGB
CMYK
RGB Variations
Color information
#C2D9BE (or 0xC2D9BE) is known color: Surf Crest. HEX triplet: C2, D9 and BE. RGB value is (194,217,190). Sum of RGB (Red+Green+Blue) = 194+217+190=601 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.28% from 601); Green value is 217 (85.16% from 255 or 36.11% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D9BE is #3D2641. Grayscale: #CFCFCF. Windows color (decimal): -4007490 or 12507586. OLE color: 12507586.
HSL color Cylindrical-coordinate representation of color #C2D9BE: hue angle of 111.11º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C2D9BE is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
RGB | 194 | 217 | 190 | - |
CMYK | 0.11 | 0 | 0.12 | 0.15 |
HSL | 111.11º | 0.26% | 0.8% | - |
HSV(B) | 111.11º | 0.12% | 0.85% | - |
XYZ | 56.36 | 64.81 | 58.26 | - |
YUV | 207.05 | 118.38 | 118.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 217 | 190 | 0.11 | 0 | 0.12 | 0.15 | 111.11 | 0.26 | 0.8 |
Hex | C2 | D9 | BE | B | 0 | C | F | 6F | 1A | 50 |
Octal | 302 | 331 | 276 | 13 | 0 | 14 | 17 | 157 | 32 | 120 |
Binary | 11000010 | 11011001 | 10111110 | 1011 | 0 | 1100 | 1111 | 1101111 | 11010 | 1010000 |
Color Harmonies of #C2D9BE
Complementary color
Monochromatic Colors of #C2D9BE
Black with #C2D9BE
Text Example
Text Example
White with #C2D9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D9BE; }
p { color: rgb(194,217,190); }
H1.HeaderClassName
{
color: #C2D9BE;
}
.AnyTagClassName
{
color: #C2D9BE;
}
</style>
background-color css
<style>
a { background-color: #C2D9BE; }
a { background-color: rgb(194,217,190); }
div.DivClassName
{
background-color: #C2D9BE;
}
.BgClassName
{
background-color: #C2D9BE;
}
</style>
border-color css
<style>
span { border-color: #C2D9BE; }
span { border-color: rgb(194,217,190); }
td.TdClassName
{
border-color: #C2D9BE;
}
.TagClassName
{
border-color: #C2D9BE;
}
</style>