Shades of Mint Tulip #CCE8DE
Tints of Mint Tulip #CCE8DE
RGB
CMYK
RGB Variations
Color information
#CCE8DE (or 0xCCE8DE) is known color: Mint Tulip. HEX triplet: CC, E8 and DE. RGB value is (204,232,222). Sum of RGB (Red+Green+Blue) = 204+232+222=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 232 (91.02% from 255 or 35.26% from 658); Blue value is 222 (87.11% from 255 or 33.74% from 658); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8DE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8DE is #331721. Grayscale: #DEDEDE. Windows color (decimal): -3348258 or 14608588. OLE color: 14608588.
HSL color Cylindrical-coordinate representation of color #CCE8DE: hue angle of 158.57º degrees, saturation: 0.38, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCE8DE is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 204 | 232 | 222 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.09 |
| HSL | 158.57º | 0.38% | 0.85% | - |
| HSV(B) | 158.57º | 0.12% | 0.91% | - |
| XYZ | 66.94 | 75.82 | 80.21 | - |
| YUV | 222.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 232 | 222 | 0.12 | 0 | 0.04 | 0.09 | 158.57 | 0.38 | 0.85 |
| Hex | CC | E8 | DE | C | 0 | 4 | 9 | 9F | 26 | 55 |
| Octal | 314 | 350 | 336 | 14 | 0 | 4 | 11 | 237 | 46 | 125 |
| Binary | 11001100 | 11101000 | 11011110 | 1100 | 0 | 100 | 1001 | 10011111 | 100110 | 1010101 |
Color Harmonies of #CCE8DE
Complementary color
Monochromatic Colors of #CCE8DE
Black with #CCE8DE
Text Example
Text Example
White with #CCE8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8DE; }
p { color: rgb(204,232,222); }
H1.HeaderClassName
{
color: #CCE8DE;
}
.AnyTagClassName
{
color: #CCE8DE;
}
</style>
background-color css
<style>
a { background-color: #CCE8DE; }
a { background-color: rgb(204,232,222); }
div.DivClassName
{
background-color: #CCE8DE;
}
.BgClassName
{
background-color: #CCE8DE;
}
</style>
border-color css
<style>
span { border-color: #CCE8DE; }
span { border-color: rgb(204,232,222); }
td.TdClassName
{
border-color: #CCE8DE;
}
.TagClassName
{
border-color: #CCE8DE;
}
</style>