Shades of Surf Crest #C7DCC4
Tints of Surf Crest #C7DCC4
RGB
CMYK
RGB Variations
Color information
#C7DCC4 (or 0xC7DCC4) is known color: Surf Crest. HEX triplet: C7, DC and C4. RGB value is (199,220,196). Sum of RGB (Red+Green+Blue) = 199+220+196=615 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.36% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 196 (76.95% from 255 or 31.87% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #C7DCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DCC4 is #38233B. Grayscale: #D3D3D3. Windows color (decimal): -3679036 or 12901575. OLE color: 12901575.
HSL color Cylindrical-coordinate representation of color #C7DCC4: hue angle of 112.5º degrees, saturation: 0.26, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C7DCC4 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 220 | 196 | - |
| CMYK | 0.10 | 0 | 0.11 | 0.14 |
| HSL | 112.5º | 0.26% | 0.82% | - |
| HSV(B) | 112.5º | 0.11% | 0.86% | - |
| XYZ | 59.11 | 67.31 | 62.1 | - |
| YUV | 210.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 220 | 196 | 0.10 | 0 | 0.11 | 0.14 | 112.5 | 0.26 | 0.82 |
| Hex | C7 | DC | C4 | A | 0 | B | E | 70 | 1A | 52 |
| Octal | 307 | 334 | 304 | 12 | 0 | 13 | 16 | 160 | 32 | 122 |
| Binary | 11000111 | 11011100 | 11000100 | 1010 | 0 | 1011 | 1110 | 1110000 | 11010 | 1010010 |
Color Harmonies of #C7DCC4
Complementary color
Monochromatic Colors of #C7DCC4
Black with #C7DCC4
Text Example
Text Example
White with #C7DCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DCC4; }
p { color: rgb(199,220,196); }
H1.HeaderClassName
{
color: #C7DCC4;
}
.AnyTagClassName
{
color: #C7DCC4;
}
</style>
background-color css
<style>
a { background-color: #C7DCC4; }
a { background-color: rgb(199,220,196); }
div.DivClassName
{
background-color: #C7DCC4;
}
.BgClassName
{
background-color: #C7DCC4;
}
</style>
border-color css
<style>
span { border-color: #C7DCC4; }
span { border-color: rgb(199,220,196); }
td.TdClassName
{
border-color: #C7DCC4;
}
.TagClassName
{
border-color: #C7DCC4;
}
</style>