Shades of Surf Crest #C5DBB2
Tints of Surf Crest #C5DBB2
RGB
CMYK
RGB Variations
Color information
#C5DBB2 (or 0xC5DBB2) is known color: Surf Crest. HEX triplet: C5, DB and B2. RGB value is (197,219,178). Sum of RGB (Red+Green+Blue) = 197+219+178=594 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.16% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 178 (69.92% from 255 or 29.97% from 594); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5DBB2 is #3A244D. Grayscale: #CFCFCF. Windows color (decimal): -3810382 or 11721669. OLE color: 11721669.
HSL color Cylindrical-coordinate representation of color #C5DBB2: hue angle of 92.2º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C5DBB2 is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 178 | - |
| CMYK | 0.10 | 0 | 0.19 | 0.14 |
| HSL | 92.2º | 0.36% | 0.78% | - |
| HSV(B) | 92.2º | 0.19% | 0.86% | - |
| XYZ | 56.39 | 65.75 | 51.84 | - |
| YUV | 207.75 | 111.21 | 120.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 178 | 0.10 | 0 | 0.19 | 0.14 | 92.2 | 0.36 | 0.78 |
| Hex | C5 | DB | B2 | A | 0 | 13 | E | 5C | 24 | 4E |
| Octal | 305 | 333 | 262 | 12 | 0 | 23 | 16 | 134 | 44 | 116 |
| Binary | 11000101 | 11011011 | 10110010 | 1010 | 0 | 10011 | 1110 | 1011100 | 100100 | 1001110 |
Color Harmonies of #C5DBB2
Complementary color
Monochromatic Colors of #C5DBB2
Black with #C5DBB2
Text Example
Text Example
White with #C5DBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBB2; }
p { color: rgb(197,219,178); }
H1.HeaderClassName
{
color: #C5DBB2;
}
.AnyTagClassName
{
color: #C5DBB2;
}
</style>
background-color css
<style>
a { background-color: #C5DBB2; }
a { background-color: rgb(197,219,178); }
div.DivClassName
{
background-color: #C5DBB2;
}
.BgClassName
{
background-color: #C5DBB2;
}
</style>
border-color css
<style>
span { border-color: #C5DBB2; }
span { border-color: rgb(197,219,178); }
td.TdClassName
{
border-color: #C5DBB2;
}
.TagClassName
{
border-color: #C5DBB2;
}
</style>