Shades of Mint Tulip #CEE8DC
Tints of Mint Tulip #CEE8DC
RGB
CMYK
RGB Variations
Color information
#CEE8DC (or 0xCEE8DC) is known color: Mint Tulip. HEX triplet: CE, E8 and DC. RGB value is (206,232,220). Sum of RGB (Red+Green+Blue) = 206+232+220=658 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.31% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 220 (86.33% from 255 or 33.43% from 658); Max value from RGB is 232 - color contains mainly: green. Hex color #CEE8DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEE8DC is #311723. Grayscale: #DEDEDE. Windows color (decimal): -3217188 or 14477518. OLE color: 14477518.
HSL color Cylindrical-coordinate representation of color #CEE8DC: hue angle of 152.31º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE8DC is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 232 | 220 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.09 |
| HSL | 152.31º | 0.36% | 0.86% | - |
| HSV(B) | 152.31º | 0.11% | 0.91% | - |
| XYZ | 67.23 | 76 | 78.84 | - |
| YUV | 222.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 232 | 220 | 0.11 | 0 | 0.05 | 0.09 | 152.31 | 0.36 | 0.86 |
| Hex | CE | E8 | DC | B | 0 | 5 | 9 | 98 | 24 | 56 |
| Octal | 316 | 350 | 334 | 13 | 0 | 5 | 11 | 230 | 44 | 126 |
| Binary | 11001110 | 11101000 | 11011100 | 1011 | 0 | 101 | 1001 | 10011000 | 100100 | 1010110 |
Color Harmonies of #CEE8DC
Complementary color
Monochromatic Colors of #CEE8DC
Black with #CEE8DC
Text Example
Text Example
White with #CEE8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE8DC; }
p { color: rgb(206,232,220); }
H1.HeaderClassName
{
color: #CEE8DC;
}
.AnyTagClassName
{
color: #CEE8DC;
}
</style>
background-color css
<style>
a { background-color: #CEE8DC; }
a { background-color: rgb(206,232,220); }
div.DivClassName
{
background-color: #CEE8DC;
}
.BgClassName
{
background-color: #CEE8DC;
}
</style>
border-color css
<style>
span { border-color: #CEE8DC; }
span { border-color: rgb(206,232,220); }
td.TdClassName
{
border-color: #CEE8DC;
}
.TagClassName
{
border-color: #CEE8DC;
}
</style>