Shades of Surf Crest #C7DCB5
Tints of Surf Crest #C7DCB5
RGB
CMYK
RGB Variations
Color information
#C7DCB5 (or 0xC7DCB5) is known color: Surf Crest. HEX triplet: C7, DC and B5. RGB value is (199,220,181). Sum of RGB (Red+Green+Blue) = 199+220+181=600 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.17% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 181 (71.09% from 255 or 30.17% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCB5 is #38234A. Grayscale: #D1D1D1. Windows color (decimal): -3679051 or 11918535. OLE color: 11918535.
HSL color Cylindrical-coordinate representation of color #C7DCB5: hue angle of 92.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C7DCB5 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
RGB | 199 | 220 | 181 | - |
CMYK | 0.10 | 0 | 0.18 | 0.14 |
HSL | 92.31º | 0.36% | 0.79% | - |
HSV(B) | 92.31º | 0.18% | 0.86% | - |
XYZ | 57.49 | 66.66 | 53.55 | - |
YUV | 209.28 | 112.04 | 120.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 220 | 181 | 0.10 | 0 | 0.18 | 0.14 | 92.31 | 0.36 | 0.79 |
Hex | C7 | DC | B5 | A | 0 | 12 | E | 5C | 24 | 4F |
Octal | 307 | 334 | 265 | 12 | 0 | 22 | 16 | 134 | 44 | 117 |
Binary | 11000111 | 11011100 | 10110101 | 1010 | 0 | 10010 | 1110 | 1011100 | 100100 | 1001111 |
Color Harmonies of #C7DCB5
Complementary color
Monochromatic Colors of #C7DCB5
Black with #C7DCB5
Text Example
Text Example
White with #C7DCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCB5; }
p { color: rgb(199,220,181); }
H1.HeaderClassName
{
color: #C7DCB5;
}
.AnyTagClassName
{
color: #C7DCB5;
}
</style>
background-color css
<style>
a { background-color: #C7DCB5; }
a { background-color: rgb(199,220,181); }
div.DivClassName
{
background-color: #C7DCB5;
}
.BgClassName
{
background-color: #C7DCB5;
}
</style>
border-color css
<style>
span { border-color: #C7DCB5; }
span { border-color: rgb(199,220,181); }
td.TdClassName
{
border-color: #C7DCB5;
}
.TagClassName
{
border-color: #C7DCB5;
}
</style>