Shades of Surf Crest #C4D4BB
Tints of Surf Crest #C4D4BB
RGB
CMYK
RGB Variations
Color information
#C4D4BB (or 0xC4D4BB) is known color: Surf Crest. HEX triplet: C4, D4 and BB. RGB value is (196,212,187). Sum of RGB (Red+Green+Blue) = 196+212+187=595 (78% of max value = 765). Red value is 196 (76.95% from 255 or 32.94% from 595); Green value is 212 (83.20% from 255 or 35.63% from 595); Blue value is 187 (73.44% from 255 or 31.43% from 595); Max value from RGB is 212 - color contains mainly: green. Hex color #C4D4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D4BB is #3B2B44. Grayscale: #CCCCCC. Windows color (decimal): -3877701 or 12309700. OLE color: 12309700.
HSL color Cylindrical-coordinate representation of color #C4D4BB: hue angle of 98.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C4D4BB is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 196 | 212 | 187 | - |
| CMYK | 0.08 | 0 | 0.12 | 0.17 |
| HSL | 98.4º | 0.23% | 0.78% | - |
| HSV(B) | 98.4º | 0.12% | 0.83% | - |
| XYZ | 55.28 | 62.41 | 56.15 | - |
| YUV | 204.37 | 118.2 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 212 | 187 | 0.08 | 0 | 0.12 | 0.17 | 98.4 | 0.23 | 0.78 |
| Hex | C4 | D4 | BB | 8 | 0 | C | 11 | 62 | 17 | 4E |
| Octal | 304 | 324 | 273 | 10 | 0 | 14 | 21 | 142 | 27 | 116 |
| Binary | 11000100 | 11010100 | 10111011 | 1000 | 0 | 1100 | 10001 | 1100010 | 10111 | 1001110 |
Color Harmonies of #C4D4BB
Complementary color
Monochromatic Colors of #C4D4BB
Black with #C4D4BB
Text Example
Text Example
White with #C4D4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D4BB; }
p { color: rgb(196,212,187); }
H1.HeaderClassName
{
color: #C4D4BB;
}
.AnyTagClassName
{
color: #C4D4BB;
}
</style>
background-color css
<style>
a { background-color: #C4D4BB; }
a { background-color: rgb(196,212,187); }
div.DivClassName
{
background-color: #C4D4BB;
}
.BgClassName
{
background-color: #C4D4BB;
}
</style>
border-color css
<style>
span { border-color: #C4D4BB; }
span { border-color: rgb(196,212,187); }
td.TdClassName
{
border-color: #C4D4BB;
}
.TagClassName
{
border-color: #C4D4BB;
}
</style>