Shades of Surf Crest #C2D7B8
Tints of Surf Crest #C2D7B8
RGB
CMYK
RGB Variations
Color information
#C2D7B8 (or 0xC2D7B8) is known color: Surf Crest. HEX triplet: C2, D7 and B8. RGB value is (194,215,184). Sum of RGB (Red+Green+Blue) = 194+215+184=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 215 (84.38% from 255 or 36.26% from 593); Blue value is 184 (72.27% from 255 or 31.03% from 593); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D7B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D7B8 is #3D2847. Grayscale: #CDCDCD. Windows color (decimal): -4008008 or 12113858. OLE color: 12113858.
HSL color Cylindrical-coordinate representation of color #C2D7B8: hue angle of 100.65º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2D7B8 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 215 | 184 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.16 |
| HSL | 100.65º | 0.28% | 0.78% | - |
| HSV(B) | 100.65º | 0.14% | 0.84% | - |
| XYZ | 55.2 | 63.53 | 54.7 | - |
| YUV | 205.19 | 116.04 | 120.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 215 | 184 | 0.10 | 0 | 0.14 | 0.16 | 100.65 | 0.28 | 0.78 |
| Hex | C2 | D7 | B8 | A | 0 | E | 10 | 65 | 1C | 4E |
| Octal | 302 | 327 | 270 | 12 | 0 | 16 | 20 | 145 | 34 | 116 |
| Binary | 11000010 | 11010111 | 10111000 | 1010 | 0 | 1110 | 10000 | 1100101 | 11100 | 1001110 |
Color Harmonies of #C2D7B8
Complementary color
Monochromatic Colors of #C2D7B8
Black with #C2D7B8
Text Example
Text Example
White with #C2D7B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D7B8; }
p { color: rgb(194,215,184); }
H1.HeaderClassName
{
color: #C2D7B8;
}
.AnyTagClassName
{
color: #C2D7B8;
}
</style>
background-color css
<style>
a { background-color: #C2D7B8; }
a { background-color: rgb(194,215,184); }
div.DivClassName
{
background-color: #C2D7B8;
}
.BgClassName
{
background-color: #C2D7B8;
}
</style>
border-color css
<style>
span { border-color: #C2D7B8; }
span { border-color: rgb(194,215,184); }
td.TdClassName
{
border-color: #C2D7B8;
}
.TagClassName
{
border-color: #C2D7B8;
}
</style>