Shades of Surf Crest #C5DEBF
Tints of Surf Crest #C5DEBF
RGB
CMYK
RGB Variations
Color information
#C5DEBF (or 0xC5DEBF) is known color: Surf Crest. HEX triplet: C5, DE and BF. RGB value is (197,222,191). Sum of RGB (Red+Green+Blue) = 197+222+191=610 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.30% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 191 (75% from 255 or 31.31% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DEBF is #3A2140. Grayscale: #D3D3D3. Windows color (decimal): -3809601 or 12574405. OLE color: 12574405.
HSL color Cylindrical-coordinate representation of color #C5DEBF: hue angle of 108.39º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5DEBF is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 191 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.13 |
| HSL | 108.39º | 0.32% | 0.81% | - |
| HSV(B) | 108.39º | 0.14% | 0.87% | - |
| XYZ | 58.55 | 67.87 | 59.31 | - |
| YUV | 210.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 191 | 0.11 | 0 | 0.14 | 0.13 | 108.39 | 0.32 | 0.81 |
| Hex | C5 | DE | BF | B | 0 | E | D | 6C | 20 | 51 |
| Octal | 305 | 336 | 277 | 13 | 0 | 16 | 15 | 154 | 40 | 121 |
| Binary | 11000101 | 11011110 | 10111111 | 1011 | 0 | 1110 | 1101 | 1101100 | 100000 | 1010001 |
Color Harmonies of #C5DEBF
Complementary color
Monochromatic Colors of #C5DEBF
Black with #C5DEBF
Text Example
Text Example
White with #C5DEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DEBF; }
p { color: rgb(197,222,191); }
H1.HeaderClassName
{
color: #C5DEBF;
}
.AnyTagClassName
{
color: #C5DEBF;
}
</style>
background-color css
<style>
a { background-color: #C5DEBF; }
a { background-color: rgb(197,222,191); }
div.DivClassName
{
background-color: #C5DEBF;
}
.BgClassName
{
background-color: #C5DEBF;
}
</style>
border-color css
<style>
span { border-color: #C5DEBF; }
span { border-color: rgb(197,222,191); }
td.TdClassName
{
border-color: #C5DEBF;
}
.TagClassName
{
border-color: #C5DEBF;
}
</style>