Shades of Mint Tulip #CCEBDF
Tints of Mint Tulip #CCEBDF
RGB
CMYK
RGB Variations
Color information
#CCEBDF (or 0xCCEBDF) is known color: Mint Tulip. HEX triplet: CC, EB and DF. RGB value is (204,235,223). Sum of RGB (Red+Green+Blue) = 204+235+223=662 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.82% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 223 (87.5% from 255 or 33.69% from 662); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBDF is #331420. Grayscale: #E0E0E0. Windows color (decimal): -3347489 or 14674892. OLE color: 14674892.
HSL color Cylindrical-coordinate representation of color #CCEBDF: hue angle of 156.77º degrees, saturation: 0.44, 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 #CCEBDF is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 223 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.08 |
| HSL | 156.77º | 0.44% | 0.86% | - |
| HSV(B) | 156.77º | 0.13% | 0.92% | - |
| XYZ | 67.93 | 77.58 | 81.21 | - |
| YUV | 224.36 | 127.23 | 113.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 223 | 0.13 | 0 | 0.05 | 0.08 | 156.77 | 0.44 | 0.86 |
| Hex | CC | EB | DF | D | 0 | 5 | 8 | 9D | 2C | 56 |
| Octal | 314 | 353 | 337 | 15 | 0 | 5 | 10 | 235 | 54 | 126 |
| Binary | 11001100 | 11101011 | 11011111 | 1101 | 0 | 101 | 1000 | 10011101 | 101100 | 1010110 |
Color Harmonies of #CCEBDF
Complementary color
Monochromatic Colors of #CCEBDF
Black with #CCEBDF
Text Example
Text Example
White with #CCEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBDF; }
p { color: rgb(204,235,223); }
H1.HeaderClassName
{
color: #CCEBDF;
}
.AnyTagClassName
{
color: #CCEBDF;
}
</style>
background-color css
<style>
a { background-color: #CCEBDF; }
a { background-color: rgb(204,235,223); }
div.DivClassName
{
background-color: #CCEBDF;
}
.BgClassName
{
background-color: #CCEBDF;
}
</style>
border-color css
<style>
span { border-color: #CCEBDF; }
span { border-color: rgb(204,235,223); }
td.TdClassName
{
border-color: #CCEBDF;
}
.TagClassName
{
border-color: #CCEBDF;
}
</style>