Shades of Mint Tulip #CCE7DC
Tints of Mint Tulip #CCE7DC
RGB
CMYK
RGB Variations
Color information
#CCE7DC (or 0xCCE7DC) is known color: Mint Tulip. HEX triplet: CC, E7 and DC. RGB value is (204,231,220). Sum of RGB (Red+Green+Blue) = 204+231+220=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 231 (90.62% from 255 or 35.27% from 655); Blue value is 220 (86.33% from 255 or 33.59% from 655); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7DC is #331823. Grayscale: #DDDDDD. Windows color (decimal): -3348516 or 14477260. OLE color: 14477260.
HSL color Cylindrical-coordinate representation of color #CCE7DC: hue angle of 155.56º degrees, saturation: 0.36, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE7DC is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 231 | 220 | - |
CMYK | 0.12 | 0 | 0.05 | 0.09 |
HSL | 155.56º | 0.36% | 0.85% | - |
HSV(B) | 155.56º | 0.12% | 0.91% | - |
XYZ | 66.4 | 75.16 | 78.72 | - |
YUV | 221.67 | 127.05 | 115.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 231 | 220 | 0.12 | 0 | 0.05 | 0.09 | 155.56 | 0.36 | 0.85 |
Hex | CC | E7 | DC | C | 0 | 5 | 9 | 9C | 24 | 55 |
Octal | 314 | 347 | 334 | 14 | 0 | 5 | 11 | 234 | 44 | 125 |
Binary | 11001100 | 11100111 | 11011100 | 1100 | 0 | 101 | 1001 | 10011100 | 100100 | 1010101 |
Color Harmonies of #CCE7DC
Complementary color
Monochromatic Colors of #CCE7DC
Black with #CCE7DC
Text Example
Text Example
White with #CCE7DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7DC; }
p { color: rgb(204,231,220); }
H1.HeaderClassName
{
color: #CCE7DC;
}
.AnyTagClassName
{
color: #CCE7DC;
}
</style>
background-color css
<style>
a { background-color: #CCE7DC; }
a { background-color: rgb(204,231,220); }
div.DivClassName
{
background-color: #CCE7DC;
}
.BgClassName
{
background-color: #CCE7DC;
}
</style>
border-color css
<style>
span { border-color: #CCE7DC; }
span { border-color: rgb(204,231,220); }
td.TdClassName
{
border-color: #CCE7DC;
}
.TagClassName
{
border-color: #CCE7DC;
}
</style>