Shades of Surf Crest #C9D0C7
Tints of Surf Crest #C9D0C7
RGB
CMYK
RGB Variations
Color information
#C9D0C7 (or 0xC9D0C7) is known color: Surf Crest. HEX triplet: C9, D0 and C7. RGB value is (201,208,199). Sum of RGB (Red+Green+Blue) = 201+208+199=608 (80% of max value = 765). Red value is 201 (78.91% from 255 or 33.06% from 608); Green value is 208 (81.64% from 255 or 34.21% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D0C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9D0C7 is #362F38. Grayscale: #CCCCCC. Windows color (decimal): -3551033 or 13095113. OLE color: 13095113.
HSL color Cylindrical-coordinate representation of color #C9D0C7: hue angle of 106.67º degrees, saturation: 0.09, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #C9D0C7 is Cyan = 0.03, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
RGB | 201 | 208 | 199 | - |
CMYK | 0.03 | 0 | 0.04 | 0.18 |
HSL | 106.67º | 0.09% | 0.8% | - |
HSV(B) | 106.67º | 0.04% | 0.82% | - |
XYZ | 56.95 | 61.65 | 62.93 | - |
YUV | 204.88 | 124.68 | 125.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 208 | 199 | 0.03 | 0 | 0.04 | 0.18 | 106.67 | 0.09 | 0.8 |
Hex | C9 | D0 | C7 | 3 | 0 | 4 | 12 | 6B | 9 | 50 |
Octal | 311 | 320 | 307 | 3 | 0 | 4 | 22 | 153 | 11 | 120 |
Binary | 11001001 | 11010000 | 11000111 | 11 | 0 | 100 | 10010 | 1101011 | 1001 | 1010000 |
Color Harmonies of #C9D0C7
Complementary color
Monochromatic Colors of #C9D0C7
Black with #C9D0C7
Text Example
Text Example
White with #C9D0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D0C7; }
p { color: rgb(201,208,199); }
H1.HeaderClassName
{
color: #C9D0C7;
}
.AnyTagClassName
{
color: #C9D0C7;
}
</style>
background-color css
<style>
a { background-color: #C9D0C7; }
a { background-color: rgb(201,208,199); }
div.DivClassName
{
background-color: #C9D0C7;
}
.BgClassName
{
background-color: #C9D0C7;
}
</style>
border-color css
<style>
span { border-color: #C9D0C7; }
span { border-color: rgb(201,208,199); }
td.TdClassName
{
border-color: #C9D0C7;
}
.TagClassName
{
border-color: #C9D0C7;
}
</style>