Shades of Surf Crest #C5DBB6
Tints of Surf Crest #C5DBB6
RGB
CMYK
RGB Variations
Color information
#C5DBB6 (or 0xC5DBB6) is known color: Surf Crest. HEX triplet: C5, DB and B6. RGB value is (197,219,182). Sum of RGB (Red+Green+Blue) = 197+219+182=598 (79% of max value = 765). Red value is 197 (77.34% from 255 or 32.94% from 598); Green value is 219 (85.94% from 255 or 36.62% from 598); Blue value is 182 (71.48% from 255 or 30.43% from 598); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBB6 is #3A2449. Grayscale: #D0D0D0. Windows color (decimal): -3810378 or 11983813. OLE color: 11983813.
HSL color Cylindrical-coordinate representation of color #C5DBB6: hue angle of 95.68º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C5DBB6 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 182 | - |
| CMYK | 0.10 | 0 | 0.17 | 0.14 |
| HSL | 95.68º | 0.34% | 0.79% | - |
| HSV(B) | 95.68º | 0.17% | 0.86% | - |
| XYZ | 56.8 | 65.91 | 53.98 | - |
| YUV | 208.2 | 113.21 | 120.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 182 | 0.10 | 0 | 0.17 | 0.14 | 95.68 | 0.34 | 0.79 |
| Hex | C5 | DB | B6 | A | 0 | 11 | E | 60 | 22 | 4F |
| Octal | 305 | 333 | 266 | 12 | 0 | 21 | 16 | 140 | 42 | 117 |
| Binary | 11000101 | 11011011 | 10110110 | 1010 | 0 | 10001 | 1110 | 1100000 | 100010 | 1001111 |
Color Harmonies of #C5DBB6
Complementary color
Monochromatic Colors of #C5DBB6
Black with #C5DBB6
Text Example
Text Example
White with #C5DBB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBB6; }
p { color: rgb(197,219,182); }
H1.HeaderClassName
{
color: #C5DBB6;
}
.AnyTagClassName
{
color: #C5DBB6;
}
</style>
background-color css
<style>
a { background-color: #C5DBB6; }
a { background-color: rgb(197,219,182); }
div.DivClassName
{
background-color: #C5DBB6;
}
.BgClassName
{
background-color: #C5DBB6;
}
</style>
border-color css
<style>
span { border-color: #C5DBB6; }
span { border-color: rgb(197,219,182); }
td.TdClassName
{
border-color: #C5DBB6;
}
.TagClassName
{
border-color: #C5DBB6;
}
</style>