Shades of Mint Tulip #C7EEDC
Tints of Mint Tulip #C7EEDC
RGB
CMYK
RGB Variations
Color information
#C7EEDC (or 0xC7EEDC) is known color: Mint Tulip. HEX triplet: C7, EE and DC. RGB value is (199,238,220). Sum of RGB (Red+Green+Blue) = 199+238+220=657 (87% of max value = 765). Red value is 199 (78.12% from 255 or 30.29% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 220 (86.33% from 255 or 33.49% from 657); Max value from RGB is 238 - color contains mainly: green. Hex color #C7EEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C7EEDC is #381123. Grayscale: #E0E0E0. Windows color (decimal): -3674404 or 14479047. OLE color: 14479047.
HSL color Cylindrical-coordinate representation of color #C7EEDC: hue angle of 152.31º degrees, saturation: 0.53, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C7EEDC is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 199 | 238 | 220 | - |
CMYK | 0.16 | 0 | 0.08 | 0.07 |
HSL | 152.31º | 0.53% | 0.86% | - |
HSV(B) | 152.31º | 0.16% | 0.93% | - |
XYZ | 67.05 | 78.46 | 79.32 | - |
YUV | 224.29 | 125.58 | 109.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 199 | 238 | 220 | 0.16 | 0 | 0.08 | 0.07 | 152.31 | 0.53 | 0.86 |
Hex | C7 | EE | DC | 10 | 0 | 8 | 7 | 98 | 35 | 56 |
Octal | 307 | 356 | 334 | 20 | 0 | 10 | 7 | 230 | 65 | 126 |
Binary | 11000111 | 11101110 | 11011100 | 10000 | 0 | 1000 | 111 | 10011000 | 110101 | 1010110 |
Color Harmonies of #C7EEDC
Complementary color
Monochromatic Colors of #C7EEDC
Black with #C7EEDC
Text Example
Text Example
White with #C7EEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7EEDC; }
p { color: rgb(199,238,220); }
H1.HeaderClassName
{
color: #C7EEDC;
}
.AnyTagClassName
{
color: #C7EEDC;
}
</style>
background-color css
<style>
a { background-color: #C7EEDC; }
a { background-color: rgb(199,238,220); }
div.DivClassName
{
background-color: #C7EEDC;
}
.BgClassName
{
background-color: #C7EEDC;
}
</style>
border-color css
<style>
span { border-color: #C7EEDC; }
span { border-color: rgb(199,238,220); }
td.TdClassName
{
border-color: #C7EEDC;
}
.TagClassName
{
border-color: #C7EEDC;
}
</style>