Shades of Surf Crest #C5DBB5
Tints of Surf Crest #C5DBB5
RGB
CMYK
RGB Variations
Color information
#C5DBB5 (or 0xC5DBB5) is known color: Surf Crest. HEX triplet: C5, DB and B5. RGB value is (197,219,181). Sum of RGB (Red+Green+Blue) = 197+219+181=597 (79% of max value = 765). Red value is 197 (77.34% from 255 or 33.00% from 597); Green value is 219 (85.94% from 255 or 36.68% from 597); Blue value is 181 (71.09% from 255 or 30.32% from 597); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBB5 is #3A244A. Grayscale: #D0D0D0. Windows color (decimal): -3810379 or 11918277. OLE color: 11918277.
HSL color Cylindrical-coordinate representation of color #C5DBB5: hue angle of 94.74º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5DBB5 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 181 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.14 |
| HSL | 94.74º | 0.35% | 0.78% | - |
| HSV(B) | 94.74º | 0.17% | 0.86% | - |
| XYZ | 56.7 | 65.87 | 53.44 | - |
| YUV | 208.09 | 112.71 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 181 | 0.10 | 0 | 0.17 | 0.14 | 94.74 | 0.35 | 0.78 |
| Hex | C5 | DB | B5 | A | 0 | 11 | E | 5F | 23 | 4E |
| Octal | 305 | 333 | 265 | 12 | 0 | 21 | 16 | 137 | 43 | 116 |
| Binary | 11000101 | 11011011 | 10110101 | 1010 | 0 | 10001 | 1110 | 1011111 | 100011 | 1001110 |
Color Harmonies of #C5DBB5
Complementary color
Monochromatic Colors of #C5DBB5
Black with #C5DBB5
Text Example
Text Example
White with #C5DBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBB5; }
p { color: rgb(197,219,181); }
H1.HeaderClassName
{
color: #C5DBB5;
}
.AnyTagClassName
{
color: #C5DBB5;
}
</style>
background-color css
<style>
a { background-color: #C5DBB5; }
a { background-color: rgb(197,219,181); }
div.DivClassName
{
background-color: #C5DBB5;
}
.BgClassName
{
background-color: #C5DBB5;
}
</style>
border-color css
<style>
span { border-color: #C5DBB5; }
span { border-color: rgb(197,219,181); }
td.TdClassName
{
border-color: #C5DBB5;
}
.TagClassName
{
border-color: #C5DBB5;
}
</style>