Shades of Surf Crest #C9DDBB
Tints of Surf Crest #C9DDBB
RGB
CMYK
RGB Variations
Color information
#C9DDBB (or 0xC9DDBB) is known color: Surf Crest. HEX triplet: C9, DD and BB. RGB value is (201,221,187). Sum of RGB (Red+Green+Blue) = 201+221+187=609 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.00% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 187 (73.44% from 255 or 30.71% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDBB is #362244. Grayscale: #D3D3D3. Windows color (decimal): -3547717 or 12312009. OLE color: 12312009.
HSL color Cylindrical-coordinate representation of color #C9DDBB: hue angle of 95.29º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C9DDBB is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 221 | 187 | - |
CMYK | 0.09 | 0 | 0.15 | 0.13 |
HSL | 95.29º | 0.33% | 0.8% | - |
HSV(B) | 95.29º | 0.15% | 0.87% | - |
XYZ | 58.91 | 67.72 | 56.98 | - |
YUV | 211.14 | 114.37 | 120.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 221 | 187 | 0.09 | 0 | 0.15 | 0.13 | 95.29 | 0.33 | 0.8 |
Hex | C9 | DD | BB | 9 | 0 | F | D | 5F | 21 | 50 |
Octal | 311 | 335 | 273 | 11 | 0 | 17 | 15 | 137 | 41 | 120 |
Binary | 11001001 | 11011101 | 10111011 | 1001 | 0 | 1111 | 1101 | 1011111 | 100001 | 1010000 |
Color Harmonies of #C9DDBB
Complementary color
Monochromatic Colors of #C9DDBB
Black with #C9DDBB
Text Example
Text Example
White with #C9DDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDBB; }
p { color: rgb(201,221,187); }
H1.HeaderClassName
{
color: #C9DDBB;
}
.AnyTagClassName
{
color: #C9DDBB;
}
</style>
background-color css
<style>
a { background-color: #C9DDBB; }
a { background-color: rgb(201,221,187); }
div.DivClassName
{
background-color: #C9DDBB;
}
.BgClassName
{
background-color: #C9DDBB;
}
</style>
border-color css
<style>
span { border-color: #C9DDBB; }
span { border-color: rgb(201,221,187); }
td.TdClassName
{
border-color: #C9DDBB;
}
.TagClassName
{
border-color: #C9DDBB;
}
</style>