Shades of Surf Crest #C5DBB3
Tints of Surf Crest #C5DBB3
RGB
CMYK
RGB Variations
Color information
#C5DBB3 (or 0xC5DBB3) is known color: Surf Crest. HEX triplet: C5, DB and B3. RGB value is (197,219,179). Sum of RGB (Red+Green+Blue) = 197+219+179=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 179 (70.31% from 255 or 30.08% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #C5DBB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DBB3 is #3A244C. Grayscale: #CFCFCF. Windows color (decimal): -3810381 or 11787205. OLE color: 11787205.
HSL color Cylindrical-coordinate representation of color #C5DBB3: hue angle of 93º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C5DBB3 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 197 | 219 | 179 | - |
| CMYK | 0.10 | 0 | 0.18 | 0.14 |
| HSL | 93º | 0.36% | 0.78% | - |
| HSV(B) | 93º | 0.18% | 0.86% | - |
| XYZ | 56.49 | 65.79 | 52.37 | - |
| YUV | 207.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 219 | 179 | 0.10 | 0 | 0.18 | 0.14 | 93 | 0.36 | 0.78 |
| Hex | C5 | DB | B3 | A | 0 | 12 | E | 5D | 24 | 4E |
| Octal | 305 | 333 | 263 | 12 | 0 | 22 | 16 | 135 | 44 | 116 |
| Binary | 11000101 | 11011011 | 10110011 | 1010 | 0 | 10010 | 1110 | 1011101 | 100100 | 1001110 |
Color Harmonies of #C5DBB3
Complementary color
Monochromatic Colors of #C5DBB3
Black with #C5DBB3
Text Example
Text Example
White with #C5DBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DBB3; }
p { color: rgb(197,219,179); }
H1.HeaderClassName
{
color: #C5DBB3;
}
.AnyTagClassName
{
color: #C5DBB3;
}
</style>
background-color css
<style>
a { background-color: #C5DBB3; }
a { background-color: rgb(197,219,179); }
div.DivClassName
{
background-color: #C5DBB3;
}
.BgClassName
{
background-color: #C5DBB3;
}
</style>
border-color css
<style>
span { border-color: #C5DBB3; }
span { border-color: rgb(197,219,179); }
td.TdClassName
{
border-color: #C5DBB3;
}
.TagClassName
{
border-color: #C5DBB3;
}
</style>