Shades of Surf Crest #C4D2BB
Tints of Surf Crest #C4D2BB
RGB
CMYK
RGB Variations
Color information
#C4D2BB (or 0xC4D2BB) is known color: Surf Crest. HEX triplet: C4, D2 and BB. RGB value is (196,210,187). Sum of RGB (Red+Green+Blue) = 196+210+187=593 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.05% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4D2BB is #3B2D44. Grayscale: #CBCBCB. Windows color (decimal): -3878213 or 12309188. OLE color: 12309188.
HSL color Cylindrical-coordinate representation of color #C4D2BB: hue angle of 96.52º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C4D2BB is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 187 | - |
| CMYK | 0.07 | 0 | 0.11 | 0.18 |
| HSL | 96.52º | 0.2% | 0.78% | - |
| HSV(B) | 96.52º | 0.11% | 0.82% | - |
| XYZ | 54.78 | 61.42 | 55.98 | - |
| YUV | 203.19 | 118.86 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 187 | 0.07 | 0 | 0.11 | 0.18 | 96.52 | 0.2 | 0.78 |
| Hex | C4 | D2 | BB | 7 | 0 | B | 12 | 61 | 14 | 4E |
| Octal | 304 | 322 | 273 | 7 | 0 | 13 | 22 | 141 | 24 | 116 |
| Binary | 11000100 | 11010010 | 10111011 | 111 | 0 | 1011 | 10010 | 1100001 | 10100 | 1001110 |
Color Harmonies of #C4D2BB
Complementary color
Monochromatic Colors of #C4D2BB
Black with #C4D2BB
Text Example
Text Example
White with #C4D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D2BB; }
p { color: rgb(196,210,187); }
H1.HeaderClassName
{
color: #C4D2BB;
}
.AnyTagClassName
{
color: #C4D2BB;
}
</style>
background-color css
<style>
a { background-color: #C4D2BB; }
a { background-color: rgb(196,210,187); }
div.DivClassName
{
background-color: #C4D2BB;
}
.BgClassName
{
background-color: #C4D2BB;
}
</style>
border-color css
<style>
span { border-color: #C4D2BB; }
span { border-color: rgb(196,210,187); }
td.TdClassName
{
border-color: #C4D2BB;
}
.TagClassName
{
border-color: #C4D2BB;
}
</style>