Shades of Surf Crest #C9DEBE
Tints of Surf Crest #C9DEBE
RGB
CMYK
RGB Variations
Color information
#C9DEBE (or 0xC9DEBE) is known color: Surf Crest. HEX triplet: C9, DE and BE. RGB value is (201,222,190). Sum of RGB (Red+Green+Blue) = 201+222+190=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 222 (87.11% from 255 or 36.22% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DEBE is #362141. Grayscale: #D4D4D4. Windows color (decimal): -3547458 or 12508873. OLE color: 12508873.
HSL color Cylindrical-coordinate representation of color #C9DEBE: hue angle of 99.38º 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 #C9DEBE is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 201 | 222 | 190 | - |
| CMYK | 0.09 | 0 | 0.14 | 0.13 |
| HSL | 99.38º | 0.33% | 0.81% | - |
| HSV(B) | 99.38º | 0.14% | 0.87% | - |
| XYZ | 59.5 | 68.38 | 58.78 | - |
| YUV | 212.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 222 | 190 | 0.09 | 0 | 0.14 | 0.13 | 99.38 | 0.33 | 0.81 |
| Hex | C9 | DE | BE | 9 | 0 | E | D | 63 | 21 | 51 |
| Octal | 311 | 336 | 276 | 11 | 0 | 16 | 15 | 143 | 41 | 121 |
| Binary | 11001001 | 11011110 | 10111110 | 1001 | 0 | 1110 | 1101 | 1100011 | 100001 | 1010001 |
Color Harmonies of #C9DEBE
Complementary color
Monochromatic Colors of #C9DEBE
Black with #C9DEBE
Text Example
Text Example
White with #C9DEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DEBE; }
p { color: rgb(201,222,190); }
H1.HeaderClassName
{
color: #C9DEBE;
}
.AnyTagClassName
{
color: #C9DEBE;
}
</style>
background-color css
<style>
a { background-color: #C9DEBE; }
a { background-color: rgb(201,222,190); }
div.DivClassName
{
background-color: #C9DEBE;
}
.BgClassName
{
background-color: #C9DEBE;
}
</style>
border-color css
<style>
span { border-color: #C9DEBE; }
span { border-color: rgb(201,222,190); }
td.TdClassName
{
border-color: #C9DEBE;
}
.TagClassName
{
border-color: #C9DEBE;
}
</style>