Shades of Surf Crest #C4D8B7
Tints of Surf Crest #C4D8B7
RGB
CMYK
RGB Variations
Color information
#C4D8B7 (or 0xC4D8B7) is known color: Surf Crest. HEX triplet: C4, D8 and B7. RGB value is (196,216,183). Sum of RGB (Red+Green+Blue) = 196+216+183=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 216 (84.77% from 255 or 36.30% from 595); Blue value is 183 (71.88% from 255 or 30.76% from 595); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D8B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D8B7 is #3B2748. Grayscale: #CECECE. Windows color (decimal): -3876681 or 12048580. OLE color: 12048580.
HSL color Cylindrical-coordinate representation of color #C4D8B7: hue angle of 96.36º 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 #C4D8B7 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 196 | 216 | 183 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.15 |
| HSL | 96.36º | 0.3% | 0.78% | - |
| HSV(B) | 96.36º | 0.15% | 0.85% | - |
| XYZ | 55.87 | 64.27 | 54.26 | - |
| YUV | 206.26 | 114.87 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 216 | 183 | 0.09 | 0 | 0.15 | 0.15 | 96.36 | 0.3 | 0.78 |
| Hex | C4 | D8 | B7 | 9 | 0 | F | F | 60 | 1E | 4E |
| Octal | 304 | 330 | 267 | 11 | 0 | 17 | 17 | 140 | 36 | 116 |
| Binary | 11000100 | 11011000 | 10110111 | 1001 | 0 | 1111 | 1111 | 1100000 | 11110 | 1001110 |
Color Harmonies of #C4D8B7
Complementary color
Monochromatic Colors of #C4D8B7
Black with #C4D8B7
Text Example
Text Example
White with #C4D8B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D8B7; }
p { color: rgb(196,216,183); }
H1.HeaderClassName
{
color: #C4D8B7;
}
.AnyTagClassName
{
color: #C4D8B7;
}
</style>
background-color css
<style>
a { background-color: #C4D8B7; }
a { background-color: rgb(196,216,183); }
div.DivClassName
{
background-color: #C4D8B7;
}
.BgClassName
{
background-color: #C4D8B7;
}
</style>
border-color css
<style>
span { border-color: #C4D8B7; }
span { border-color: rgb(196,216,183); }
td.TdClassName
{
border-color: #C4D8B7;
}
.TagClassName
{
border-color: #C4D8B7;
}
</style>