Shades of Surf Crest #C9DBBE
Tints of Surf Crest #C9DBBE
RGB
CMYK
RGB Variations
Color information
#C9DBBE (or 0xC9DBBE) is known color: Surf Crest. HEX triplet: C9, DB and BE. RGB value is (201,219,190). Sum of RGB (Red+Green+Blue) = 201+219+190=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 219 (85.94% from 255 or 35.90% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DBBE is #362441. Grayscale: #D2D2D2. Windows color (decimal): -3548226 or 12508105. OLE color: 12508105.
HSL color Cylindrical-coordinate representation of color #C9DBBE: hue angle of 97.24º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9DBBE is Cyan = 0.08, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 190 | - |
| CMYK | 0.08 | 0 | 0.13 | 0.14 |
| HSL | 97.24º | 0.29% | 0.8% | - |
| HSV(B) | 97.24º | 0.13% | 0.86% | - |
| XYZ | 58.71 | 66.8 | 58.51 | - |
| YUV | 210.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 190 | 0.08 | 0 | 0.13 | 0.14 | 97.24 | 0.29 | 0.8 |
| Hex | C9 | DB | BE | 8 | 0 | D | E | 61 | 1D | 50 |
| Octal | 311 | 333 | 276 | 10 | 0 | 15 | 16 | 141 | 35 | 120 |
| Binary | 11001001 | 11011011 | 10111110 | 1000 | 0 | 1101 | 1110 | 1100001 | 11101 | 1010000 |
Color Harmonies of #C9DBBE
Complementary color
Monochromatic Colors of #C9DBBE
Black with #C9DBBE
Text Example
Text Example
White with #C9DBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DBBE; }
p { color: rgb(201,219,190); }
H1.HeaderClassName
{
color: #C9DBBE;
}
.AnyTagClassName
{
color: #C9DBBE;
}
</style>
background-color css
<style>
a { background-color: #C9DBBE; }
a { background-color: rgb(201,219,190); }
div.DivClassName
{
background-color: #C9DBBE;
}
.BgClassName
{
background-color: #C9DBBE;
}
</style>
border-color css
<style>
span { border-color: #C9DBBE; }
span { border-color: rgb(201,219,190); }
td.TdClassName
{
border-color: #C9DBBE;
}
.TagClassName
{
border-color: #C9DBBE;
}
</style>