Shades of Mint Tulip #CCEADD
Tints of Mint Tulip #CCEADD
RGB
CMYK
RGB Variations
Color information
#CCEADD (or 0xCCEADD) is known color: Mint Tulip. HEX triplet: CC, EA and DD. RGB value is (204,234,221). Sum of RGB (Red+Green+Blue) = 204+234+221=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEADD is #331522. Grayscale: #DFDFDF. Windows color (decimal): -3347747 or 14543564. OLE color: 14543564.
HSL color Cylindrical-coordinate representation of color #CCEADD: hue angle of 154º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CCEADD is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 221 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.08 |
| HSL | 154º | 0.42% | 0.86% | - |
| HSV(B) | 154º | 0.13% | 0.92% | - |
| XYZ | 67.38 | 76.9 | 79.7 | - |
| YUV | 223.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 221 | 0.13 | 0 | 0.06 | 0.08 | 154 | 0.42 | 0.86 |
| Hex | CC | EA | DD | D | 0 | 6 | 8 | 9A | 2A | 56 |
| Octal | 314 | 352 | 335 | 15 | 0 | 6 | 10 | 232 | 52 | 126 |
| Binary | 11001100 | 11101010 | 11011101 | 1101 | 0 | 110 | 1000 | 10011010 | 101010 | 1010110 |
Color Harmonies of #CCEADD
Complementary color
Monochromatic Colors of #CCEADD
Black with #CCEADD
Text Example
Text Example
White with #CCEADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEADD; }
p { color: rgb(204,234,221); }
H1.HeaderClassName
{
color: #CCEADD;
}
.AnyTagClassName
{
color: #CCEADD;
}
</style>
background-color css
<style>
a { background-color: #CCEADD; }
a { background-color: rgb(204,234,221); }
div.DivClassName
{
background-color: #CCEADD;
}
.BgClassName
{
background-color: #CCEADD;
}
</style>
border-color css
<style>
span { border-color: #CCEADD; }
span { border-color: rgb(204,234,221); }
td.TdClassName
{
border-color: #CCEADD;
}
.TagClassName
{
border-color: #CCEADD;
}
</style>