Shades of Surf Crest #C7DDC2
Tints of Surf Crest #C7DDC2
RGB
CMYK
RGB Variations
Color information
#C7DDC2 (or 0xC7DDC2) is known color: Surf Crest. HEX triplet: C7, DD and C2. RGB value is (199,221,194). Sum of RGB (Red+Green+Blue) = 199+221+194=614 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.41% from 614); Green value is 221 (86.72% from 255 or 35.99% from 614); Blue value is 194 (76.17% from 255 or 31.60% from 614); Max value from RGB is 221 - color contains mainly: green. Hex color #C7DDC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DDC2 is #38223D. Grayscale: #D3D3D3. Windows color (decimal): -3678782 or 12770759. OLE color: 12770759.
HSL color Cylindrical-coordinate representation of color #C7DDC2: hue angle of 108.89º degrees, saturation: 0.28, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7DDC2 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 221 | 194 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.13 |
| HSL | 108.89º | 0.28% | 0.81% | - |
| HSV(B) | 108.89º | 0.12% | 0.87% | - |
| XYZ | 59.15 | 67.75 | 61 | - |
| YUV | 211.34 | 118.21 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 221 | 194 | 0.10 | 0 | 0.12 | 0.13 | 108.89 | 0.28 | 0.81 |
| Hex | C7 | DD | C2 | A | 0 | C | D | 6D | 1C | 51 |
| Octal | 307 | 335 | 302 | 12 | 0 | 14 | 15 | 155 | 34 | 121 |
| Binary | 11000111 | 11011101 | 11000010 | 1010 | 0 | 1100 | 1101 | 1101101 | 11100 | 1010001 |
Color Harmonies of #C7DDC2
Complementary color
Monochromatic Colors of #C7DDC2
Black with #C7DDC2
Text Example
Text Example
White with #C7DDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DDC2; }
p { color: rgb(199,221,194); }
H1.HeaderClassName
{
color: #C7DDC2;
}
.AnyTagClassName
{
color: #C7DDC2;
}
</style>
background-color css
<style>
a { background-color: #C7DDC2; }
a { background-color: rgb(199,221,194); }
div.DivClassName
{
background-color: #C7DDC2;
}
.BgClassName
{
background-color: #C7DDC2;
}
</style>
border-color css
<style>
span { border-color: #C7DDC2; }
span { border-color: rgb(199,221,194); }
td.TdClassName
{
border-color: #C7DDC2;
}
.TagClassName
{
border-color: #C7DDC2;
}
</style>