Shades of Surf Crest #C2D8B7
Tints of Surf Crest #C2D8B7
RGB
CMYK
RGB Variations
Color information
#C2D8B7 (or 0xC2D8B7) is known color: Surf Crest. HEX triplet: C2, D8 and B7. RGB value is (194,216,183). Sum of RGB (Red+Green+Blue) = 194+216+183=593 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.72% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 183 (71.88% from 255 or 30.86% from 593); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2D8B7 is #3D2748. Grayscale: #CDCDCD. Windows color (decimal): -4007753 or 12048578. OLE color: 12048578.
HSL color Cylindrical-coordinate representation of color #C2D8B7: hue angle of 100º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2D8B7 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 216 | 183 | - |
| CMYK | 0.10 | 0 | 0.15 | 0.15 |
| HSL | 100º | 0.3% | 0.78% | - |
| HSV(B) | 100º | 0.15% | 0.85% | - |
| XYZ | 55.35 | 64 | 54.24 | - |
| YUV | 205.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 216 | 183 | 0.10 | 0 | 0.15 | 0.15 | 100 | 0.3 | 0.78 |
| Hex | C2 | D8 | B7 | A | 0 | F | F | 64 | 1E | 4E |
| Octal | 302 | 330 | 267 | 12 | 0 | 17 | 17 | 144 | 36 | 116 |
| Binary | 11000010 | 11011000 | 10110111 | 1010 | 0 | 1111 | 1111 | 1100100 | 11110 | 1001110 |
Color Harmonies of #C2D8B7
Complementary color
Monochromatic Colors of #C2D8B7
Black with #C2D8B7
Text Example
Text Example
White with #C2D8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D8B7; }
p { color: rgb(194,216,183); }
H1.HeaderClassName
{
color: #C2D8B7;
}
.AnyTagClassName
{
color: #C2D8B7;
}
</style>
background-color css
<style>
a { background-color: #C2D8B7; }
a { background-color: rgb(194,216,183); }
div.DivClassName
{
background-color: #C2D8B7;
}
.BgClassName
{
background-color: #C2D8B7;
}
</style>
border-color css
<style>
span { border-color: #C2D8B7; }
span { border-color: rgb(194,216,183); }
td.TdClassName
{
border-color: #C2D8B7;
}
.TagClassName
{
border-color: #C2D8B7;
}
</style>