Shades of Surf Crest #C5DCB5
Tints of Surf Crest #C5DCB5
RGB
CMYK
RGB Variations
Color information
#C5DCB5 (or 0xC5DCB5) is known color: Surf Crest. HEX triplet: C5, DC and B5. RGB value is (197,220,181). Sum of RGB (Red+Green+Blue) = 197+220+181=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 181 (71.09% from 255 or 30.27% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #C5DCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DCB5 is #3A234A. Grayscale: #D0D0D0. Windows color (decimal): -3810123 or 11918533. OLE color: 11918533.
HSL color Cylindrical-coordinate representation of color #C5DCB5: hue angle of 95.38º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5DCB5 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 220 | 181 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.14 |
| HSL | 95.38º | 0.36% | 0.79% | - |
| HSV(B) | 95.38º | 0.18% | 0.86% | - |
| XYZ | 56.96 | 66.39 | 53.53 | - |
| YUV | 208.68 | 112.38 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 220 | 181 | 0.10 | 0 | 0.18 | 0.14 | 95.38 | 0.36 | 0.79 |
| Hex | C5 | DC | B5 | A | 0 | 12 | E | 5F | 24 | 4F |
| Octal | 305 | 334 | 265 | 12 | 0 | 22 | 16 | 137 | 44 | 117 |
| Binary | 11000101 | 11011100 | 10110101 | 1010 | 0 | 10010 | 1110 | 1011111 | 100100 | 1001111 |
Color Harmonies of #C5DCB5
Complementary color
Monochromatic Colors of #C5DCB5
Black with #C5DCB5
Text Example
Text Example
White with #C5DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DCB5; }
p { color: rgb(197,220,181); }
H1.HeaderClassName
{
color: #C5DCB5;
}
.AnyTagClassName
{
color: #C5DCB5;
}
</style>
background-color css
<style>
a { background-color: #C5DCB5; }
a { background-color: rgb(197,220,181); }
div.DivClassName
{
background-color: #C5DCB5;
}
.BgClassName
{
background-color: #C5DCB5;
}
</style>
border-color css
<style>
span { border-color: #C5DCB5; }
span { border-color: rgb(197,220,181); }
td.TdClassName
{
border-color: #C5DCB5;
}
.TagClassName
{
border-color: #C5DCB5;
}
</style>