Shades of Mint Tulip #CCE8DB
Tints of Mint Tulip #CCE8DB
RGB
CMYK
RGB Variations
Color information
#CCE8DB (or 0xCCE8DB) is known color: Mint Tulip. HEX triplet: CC, E8 and DB. RGB value is (204,232,219). Sum of RGB (Red+Green+Blue) = 204+232+219=655 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.15% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCE8DB is #331724. Grayscale: #DEDEDE. Windows color (decimal): -3348261 or 14411980. OLE color: 14411980.
HSL color Cylindrical-coordinate representation of color #CCE8DB: hue angle of 152.14º 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 #CCE8DB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
RGB | 204 | 232 | 219 | - |
CMYK | 0.12 | 0 | 0.06 | 0.09 |
HSL | 152.14º | 0.38% | 0.85% | - |
HSV(B) | 152.14º | 0.12% | 0.91% | - |
XYZ | 66.54 | 75.67 | 78.12 | - |
YUV | 222.15 | 126.22 | 115.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 232 | 219 | 0.12 | 0 | 0.06 | 0.09 | 152.14 | 0.38 | 0.85 |
Hex | CC | E8 | DB | C | 0 | 6 | 9 | 98 | 26 | 55 |
Octal | 314 | 350 | 333 | 14 | 0 | 6 | 11 | 230 | 46 | 125 |
Binary | 11001100 | 11101000 | 11011011 | 1100 | 0 | 110 | 1001 | 10011000 | 100110 | 1010101 |
Color Harmonies of #CCE8DB
Complementary color
Monochromatic Colors of #CCE8DB
Black with #CCE8DB
Text Example
Text Example
White with #CCE8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE8DB; }
p { color: rgb(204,232,219); }
H1.HeaderClassName
{
color: #CCE8DB;
}
.AnyTagClassName
{
color: #CCE8DB;
}
</style>
background-color css
<style>
a { background-color: #CCE8DB; }
a { background-color: rgb(204,232,219); }
div.DivClassName
{
background-color: #CCE8DB;
}
.BgClassName
{
background-color: #CCE8DB;
}
</style>
border-color css
<style>
span { border-color: #CCE8DB; }
span { border-color: rgb(204,232,219); }
td.TdClassName
{
border-color: #CCE8DB;
}
.TagClassName
{
border-color: #CCE8DB;
}
</style>