Shades of Surf Crest #C5DEBE
Tints of Surf Crest #C5DEBE
RGB
CMYK
RGB Variations
Color information
#C5DEBE (or 0xC5DEBE) is known color: Surf Crest. HEX triplet: C5, DE and BE. RGB value is (197,222,190). Sum of RGB (Red+Green+Blue) = 197+222+190=609 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.35% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 190 (74.61% from 255 or 31.20% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #C5DEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C5DEBE is #3A2141. Grayscale: #D2D2D2. Windows color (decimal): -3809602 or 12508869. OLE color: 12508869.
HSL color Cylindrical-coordinate representation of color #C5DEBE: hue angle of 106.88º degrees, saturation: 0.33, 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 #C5DEBE is Cyan = 0.11, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 197 | 222 | 190 | - |
| CMYK | 0.11 | 0 | 0.14 | 0.13 |
| HSL | 106.88º | 0.33% | 0.81% | - |
| HSV(B) | 106.88º | 0.14% | 0.87% | - |
| XYZ | 58.44 | 67.83 | 58.73 | - |
| YUV | 210.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 222 | 190 | 0.11 | 0 | 0.14 | 0.13 | 106.88 | 0.33 | 0.81 |
| Hex | C5 | DE | BE | B | 0 | E | D | 6B | 21 | 51 |
| Octal | 305 | 336 | 276 | 13 | 0 | 16 | 15 | 153 | 41 | 121 |
| Binary | 11000101 | 11011110 | 10111110 | 1011 | 0 | 1110 | 1101 | 1101011 | 100001 | 1010001 |
Color Harmonies of #C5DEBE
Complementary color
Monochromatic Colors of #C5DEBE
Black with #C5DEBE
Text Example
Text Example
White with #C5DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5DEBE; }
p { color: rgb(197,222,190); }
H1.HeaderClassName
{
color: #C5DEBE;
}
.AnyTagClassName
{
color: #C5DEBE;
}
</style>
background-color css
<style>
a { background-color: #C5DEBE; }
a { background-color: rgb(197,222,190); }
div.DivClassName
{
background-color: #C5DEBE;
}
.BgClassName
{
background-color: #C5DEBE;
}
</style>
border-color css
<style>
span { border-color: #C5DEBE; }
span { border-color: rgb(197,222,190); }
td.TdClassName
{
border-color: #C5DEBE;
}
.TagClassName
{
border-color: #C5DEBE;
}
</style>