Shades of Mint Tulip #CCEDDF
Tints of Mint Tulip #CCEDDF
RGB
CMYK
RGB Variations
Color information
#CCEDDF (or 0xCCEDDF) is known color: Mint Tulip. HEX triplet: CC, ED and DF. RGB value is (204,237,223). Sum of RGB (Red+Green+Blue) = 204+237+223=664 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.72% from 664); Green value is 237 (92.97% from 255 or 35.69% from 664); Blue value is 223 (87.5% from 255 or 33.58% from 664); Max value from RGB is 237 - color contains mainly: green. Hex color #CCEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEDDF is #331220. Grayscale: #E1E1E1. Windows color (decimal): -3346977 or 14675404. OLE color: 14675404.
HSL color Cylindrical-coordinate representation of color #CCEDDF: hue angle of 154.55º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEDDF is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 204 | 237 | 223 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.07 |
| HSL | 154.55º | 0.48% | 0.86% | - |
| HSV(B) | 154.55º | 0.14% | 0.93% | - |
| XYZ | 68.51 | 78.73 | 81.4 | - |
| YUV | 225.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 237 | 223 | 0.14 | 0 | 0.06 | 0.07 | 154.55 | 0.48 | 0.86 |
| Hex | CC | ED | DF | E | 0 | 6 | 7 | 9B | 30 | 56 |
| Octal | 314 | 355 | 337 | 16 | 0 | 6 | 7 | 233 | 60 | 126 |
| Binary | 11001100 | 11101101 | 11011111 | 1110 | 0 | 110 | 111 | 10011011 | 110000 | 1010110 |
Color Harmonies of #CCEDDF
Complementary color
Monochromatic Colors of #CCEDDF
Black with #CCEDDF
Text Example
Text Example
White with #CCEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEDDF; }
p { color: rgb(204,237,223); }
H1.HeaderClassName
{
color: #CCEDDF;
}
.AnyTagClassName
{
color: #CCEDDF;
}
</style>
background-color css
<style>
a { background-color: #CCEDDF; }
a { background-color: rgb(204,237,223); }
div.DivClassName
{
background-color: #CCEDDF;
}
.BgClassName
{
background-color: #CCEDDF;
}
</style>
border-color css
<style>
span { border-color: #CCEDDF; }
span { border-color: rgb(204,237,223); }
td.TdClassName
{
border-color: #CCEDDF;
}
.TagClassName
{
border-color: #CCEDDF;
}
</style>