Shades of Mint Tulip #CCE7DA
Tints of Mint Tulip #CCE7DA
RGB
CMYK
RGB Variations
Color information
#CCE7DA (or 0xCCE7DA) is known color: Mint Tulip. HEX triplet: CC, E7 and DA. RGB value is (204,231,218). Sum of RGB (Red+Green+Blue) = 204+231+218=653 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.24% from 653); Green value is 231 (90.62% from 255 or 35.38% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 231 - color contains mainly: green. Hex color #CCE7DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE7DA is #331825. Grayscale: #DDDDDD. Windows color (decimal): -3348518 or 14346188. OLE color: 14346188.
HSL color Cylindrical-coordinate representation of color #CCE7DA: hue angle of 151.11º 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 #CCE7DA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 231 | 218 | - |
CMYK | 0.12 | 0 | 0.06 | 0.09 |
HSL | 151.11º | 0.36% | 0.85% | - |
HSV(B) | 151.11º | 0.12% | 0.91% | - |
XYZ | 66.13 | 75.05 | 77.33 | - |
YUV | 221.45 | 126.05 | 115.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 231 | 218 | 0.12 | 0 | 0.06 | 0.09 | 151.11 | 0.36 | 0.85 |
Hex | CC | E7 | DA | C | 0 | 6 | 9 | 97 | 24 | 55 |
Octal | 314 | 347 | 332 | 14 | 0 | 6 | 11 | 227 | 44 | 125 |
Binary | 11001100 | 11100111 | 11011010 | 1100 | 0 | 110 | 1001 | 10010111 | 100100 | 1010101 |
Color Harmonies of #CCE7DA
Complementary color
Monochromatic Colors of #CCE7DA
Black with #CCE7DA
Text Example
Text Example
White with #CCE7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE7DA; }
p { color: rgb(204,231,218); }
H1.HeaderClassName
{
color: #CCE7DA;
}
.AnyTagClassName
{
color: #CCE7DA;
}
</style>
background-color css
<style>
a { background-color: #CCE7DA; }
a { background-color: rgb(204,231,218); }
div.DivClassName
{
background-color: #CCE7DA;
}
.BgClassName
{
background-color: #CCE7DA;
}
</style>
border-color css
<style>
span { border-color: #CCE7DA; }
span { border-color: rgb(204,231,218); }
td.TdClassName
{
border-color: #CCE7DA;
}
.TagClassName
{
border-color: #CCE7DA;
}
</style>