Shades of Mint Tulip #CCEADF
Tints of Mint Tulip #CCEADF
RGB
CMYK
RGB Variations
Color information
#CCEADF (or 0xCCEADF) is known color: Mint Tulip. HEX triplet: CC, EA and DF. RGB value is (204,234,223). Sum of RGB (Red+Green+Blue) = 204+234+223=661 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.86% from 661); Green value is 234 (91.80% from 255 or 35.40% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEADF is #331520. Grayscale: #DFDFDF. Windows color (decimal): -3347745 or 14674636. OLE color: 14674636.
HSL color Cylindrical-coordinate representation of color #CCEADF: hue angle of 158º 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 #CCEADF is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 223 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.08 |
| HSL | 158º | 0.42% | 0.86% | - |
| HSV(B) | 158º | 0.13% | 0.92% | - |
| XYZ | 67.64 | 77.01 | 81.11 | - |
| YUV | 223.78 | 127.56 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 223 | 0.13 | 0 | 0.05 | 0.08 | 158 | 0.42 | 0.86 |
| Hex | CC | EA | DF | D | 0 | 5 | 8 | 9E | 2A | 56 |
| Octal | 314 | 352 | 337 | 15 | 0 | 5 | 10 | 236 | 52 | 126 |
| Binary | 11001100 | 11101010 | 11011111 | 1101 | 0 | 101 | 1000 | 10011110 | 101010 | 1010110 |
Color Harmonies of #CCEADF
Complementary color
Monochromatic Colors of #CCEADF
Black with #CCEADF
Text Example
Text Example
White with #CCEADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEADF; }
p { color: rgb(204,234,223); }
H1.HeaderClassName
{
color: #CCEADF;
}
.AnyTagClassName
{
color: #CCEADF;
}
</style>
background-color css
<style>
a { background-color: #CCEADF; }
a { background-color: rgb(204,234,223); }
div.DivClassName
{
background-color: #CCEADF;
}
.BgClassName
{
background-color: #CCEADF;
}
</style>
border-color css
<style>
span { border-color: #CCEADF; }
span { border-color: rgb(204,234,223); }
td.TdClassName
{
border-color: #CCEADF;
}
.TagClassName
{
border-color: #CCEADF;
}
</style>