Shades of Surf Crest #C7D6B8
Tints of Surf Crest #C7D6B8
RGB
CMYK
RGB Variations
Color information
#C7D6B8 (or 0xC7D6B8) is known color: Surf Crest. HEX triplet: C7, D6 and B8. RGB value is (199,214,184). Sum of RGB (Red+Green+Blue) = 199+214+184=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 184 (72.27% from 255 or 30.82% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #C7D6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7D6B8 is #382947. Grayscale: #CECECE. Windows color (decimal): -3680584 or 12113607. OLE color: 12113607.
HSL color Cylindrical-coordinate representation of color #C7D6B8: hue angle of 90º degrees, saturation: 0.27, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C7D6B8 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
RGB | 199 | 214 | 184 | - |
CMYK | 0.07 | 0 | 0.14 | 0.16 |
HSL | 90º | 0.27% | 0.78% | - |
HSV(B) | 90º | 0.14% | 0.84% | - |
XYZ | 56.25 | 63.7 | 54.68 | - |
YUV | 206.1 | 115.53 | 122.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 214 | 184 | 0.07 | 0 | 0.14 | 0.16 | 90 | 0.27 | 0.78 |
Hex | C7 | D6 | B8 | 7 | 0 | E | 10 | 5A | 1B | 4E |
Octal | 307 | 326 | 270 | 7 | 0 | 16 | 20 | 132 | 33 | 116 |
Binary | 11000111 | 11010110 | 10111000 | 111 | 0 | 1110 | 10000 | 1011010 | 11011 | 1001110 |
Color Harmonies of #C7D6B8
Complementary color
Monochromatic Colors of #C7D6B8
Black with #C7D6B8
Text Example
Text Example
White with #C7D6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D6B8; }
p { color: rgb(199,214,184); }
H1.HeaderClassName
{
color: #C7D6B8;
}
.AnyTagClassName
{
color: #C7D6B8;
}
</style>
background-color css
<style>
a { background-color: #C7D6B8; }
a { background-color: rgb(199,214,184); }
div.DivClassName
{
background-color: #C7D6B8;
}
.BgClassName
{
background-color: #C7D6B8;
}
</style>
border-color css
<style>
span { border-color: #C7D6B8; }
span { border-color: rgb(199,214,184); }
td.TdClassName
{
border-color: #C7D6B8;
}
.TagClassName
{
border-color: #C7D6B8;
}
</style>