Shades of Surf Crest #C7DEC3
Tints of Surf Crest #C7DEC3
RGB
CMYK
RGB Variations
Color information
#C7DEC3 (or 0xC7DEC3) is known color: Surf Crest. HEX triplet: C7, DE and C3. RGB value is (199,222,195). Sum of RGB (Red+Green+Blue) = 199+222+195=616 (81% of max value = 765). Red value is 199 (78.12% from 255 or 32.31% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 195 (76.56% from 255 or 31.66% from 616); Max value from RGB is 222 - color contains mainly: green. Hex color #C7DEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7DEC3 is #38213C. Grayscale: #D4D4D4. Windows color (decimal): -3678525 or 12836551. OLE color: 12836551.
HSL color Cylindrical-coordinate representation of color #C7DEC3: hue angle of 111.11º degrees, saturation: 0.29, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C7DEC3 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 222 | 195 | - |
| CMYK | 0.10 | 0 | 0.12 | 0.13 |
| HSL | 111.11º | 0.29% | 0.82% | - |
| HSV(B) | 111.11º | 0.12% | 0.87% | - |
| XYZ | 59.52 | 68.32 | 61.68 | - |
| YUV | 212.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 222 | 195 | 0.10 | 0 | 0.12 | 0.13 | 111.11 | 0.29 | 0.82 |
| Hex | C7 | DE | C3 | A | 0 | C | D | 6F | 1D | 52 |
| Octal | 307 | 336 | 303 | 12 | 0 | 14 | 15 | 157 | 35 | 122 |
| Binary | 11000111 | 11011110 | 11000011 | 1010 | 0 | 1100 | 1101 | 1101111 | 11101 | 1010010 |
Color Harmonies of #C7DEC3
Complementary color
Monochromatic Colors of #C7DEC3
Black with #C7DEC3
Text Example
Text Example
White with #C7DEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7DEC3; }
p { color: rgb(199,222,195); }
H1.HeaderClassName
{
color: #C7DEC3;
}
.AnyTagClassName
{
color: #C7DEC3;
}
</style>
background-color css
<style>
a { background-color: #C7DEC3; }
a { background-color: rgb(199,222,195); }
div.DivClassName
{
background-color: #C7DEC3;
}
.BgClassName
{
background-color: #C7DEC3;
}
</style>
border-color css
<style>
span { border-color: #C7DEC3; }
span { border-color: rgb(199,222,195); }
td.TdClassName
{
border-color: #C7DEC3;
}
.TagClassName
{
border-color: #C7DEC3;
}
</style>