Shades of Surf Crest #C5DBBD
Tints of Surf Crest #C5DBBD
RGB
CMYK
RGB Variations
Color information
#C5DBBD (or 0xC5DBBD) is known color: Surf Crest. HEX triplet: C5, DB and BD. RGB value is (197,219,189). Sum of RGB (Red+Green+Blue) = 197+219+189=605 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.56% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBBD is #3A2442. Grayscale: #D1D1D1. Windows color (decimal): -3810371 or 12442565. OLE color: 12442565.
HSL color Cylindrical-coordinate representation of color #C5DBBD: hue angle of 104º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5DBBD is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 189 | - |
| CMYK | 0.10 | 0 | 0.14 | 0.14 |
| HSL | 104º | 0.29% | 0.8% | - |
| HSV(B) | 104º | 0.14% | 0.86% | - |
| XYZ | 57.54 | 66.21 | 57.89 | - |
| YUV | 209 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 189 | 0.10 | 0 | 0.14 | 0.14 | 104 | 0.29 | 0.8 |
| Hex | C5 | DB | BD | A | 0 | E | E | 68 | 1D | 50 |
| Octal | 305 | 333 | 275 | 12 | 0 | 16 | 16 | 150 | 35 | 120 |
| Binary | 11000101 | 11011011 | 10111101 | 1010 | 0 | 1110 | 1110 | 1101000 | 11101 | 1010000 |
Color Harmonies of #C5DBBD
Complementary color
Monochromatic Colors of #C5DBBD
Black with #C5DBBD
Text Example
Text Example
White with #C5DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBBD; }
p { color: rgb(197,219,189); }
H1.HeaderClassName
{
color: #C5DBBD;
}
.AnyTagClassName
{
color: #C5DBBD;
}
</style>
background-color css
<style>
a { background-color: #C5DBBD; }
a { background-color: rgb(197,219,189); }
div.DivClassName
{
background-color: #C5DBBD;
}
.BgClassName
{
background-color: #C5DBBD;
}
</style>
border-color css
<style>
span { border-color: #C5DBBD; }
span { border-color: rgb(197,219,189); }
td.TdClassName
{
border-color: #C5DBBD;
}
.TagClassName
{
border-color: #C5DBBD;
}
</style>