Shades of Surf Crest #C7DEC1
Tints of Surf Crest #C7DEC1
RGB
CMYK
RGB Variations
Color information
#C7DEC1 (or 0xC7DEC1) is known color: Surf Crest. HEX triplet: C7, DE and C1. RGB value is (199,222,193). Sum of RGB (Red+Green+Blue) = 199+222+193=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 222 (87.11% from 255 or 36.16% from 614); Blue value is 193 (75.78% from 255 or 31.43% from 614); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DEC1 is #38213E. Grayscale: #D3D3D3. Windows color (decimal): -3678527 or 12705479. OLE color: 12705479.
HSL color Cylindrical-coordinate representation of color #C7DEC1: hue angle of 107.59º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7DEC1 is Cyan = 0.10, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 222 | 193 | - |
| CMYK | 0.10 | 0 | 0.13 | 0.13 |
| HSL | 107.59º | 0.31% | 0.81% | - |
| HSV(B) | 107.59º | 0.13% | 0.87% | - |
| XYZ | 59.3 | 68.23 | 60.5 | - |
| YUV | 211.82 | 117.38 | 118.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 193 | 0.10 | 0 | 0.13 | 0.13 | 107.59 | 0.31 | 0.81 |
| Hex | C7 | DE | C1 | A | 0 | D | D | 6C | 1F | 51 |
| Octal | 307 | 336 | 301 | 12 | 0 | 15 | 15 | 154 | 37 | 121 |
| Binary | 11000111 | 11011110 | 11000001 | 1010 | 0 | 1101 | 1101 | 1101100 | 11111 | 1010001 |
Color Harmonies of #C7DEC1
Complementary color
Monochromatic Colors of #C7DEC1
Black with #C7DEC1
Text Example
Text Example
White with #C7DEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DEC1; }
p { color: rgb(199,222,193); }
H1.HeaderClassName
{
color: #C7DEC1;
}
.AnyTagClassName
{
color: #C7DEC1;
}
</style>
background-color css
<style>
a { background-color: #C7DEC1; }
a { background-color: rgb(199,222,193); }
div.DivClassName
{
background-color: #C7DEC1;
}
.BgClassName
{
background-color: #C7DEC1;
}
</style>
border-color css
<style>
span { border-color: #C7DEC1; }
span { border-color: rgb(199,222,193); }
td.TdClassName
{
border-color: #C7DEC1;
}
.TagClassName
{
border-color: #C7DEC1;
}
</style>