Shades of Mint Tulip #CCECDF
Tints of Mint Tulip #CCECDF
RGB
CMYK
RGB Variations
Color information
#CCECDF (or 0xCCECDF) is known color: Mint Tulip. HEX triplet: CC, EC and DF. RGB value is (204,236,223). Sum of RGB (Red+Green+Blue) = 204+236+223=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 223 (87.5% from 255 or 33.63% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECDF is #331320. Grayscale: #E0E0E0. Windows color (decimal): -3347233 or 14675148. OLE color: 14675148.
HSL color Cylindrical-coordinate representation of color #CCECDF: hue angle of 155.62º degrees, saturation: 0.46, 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 #CCECDF is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 223 | - |
CMYK | 0.14 | 0 | 0.06 | 0.07 |
HSL | 155.63º | 0.46% | 0.86% | - |
HSV(B) | 155.63º | 0.14% | 0.93% | - |
XYZ | 68.22 | 78.16 | 81.3 | - |
YUV | 224.95 | 126.9 | 113.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 223 | 0.14 | 0 | 0.06 | 0.07 | 155.63 | 0.46 | 0.86 |
Hex | CC | EC | DF | E | 0 | 6 | 7 | 9C | 2E | 56 |
Octal | 314 | 354 | 337 | 16 | 0 | 6 | 7 | 234 | 56 | 126 |
Binary | 11001100 | 11101100 | 11011111 | 1110 | 0 | 110 | 111 | 10011100 | 101110 | 1010110 |
Color Harmonies of #CCECDF
Complementary color
Monochromatic Colors of #CCECDF
Black with #CCECDF
Text Example
Text Example
White with #CCECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECDF; }
p { color: rgb(204,236,223); }
H1.HeaderClassName
{
color: #CCECDF;
}
.AnyTagClassName
{
color: #CCECDF;
}
</style>
background-color css
<style>
a { background-color: #CCECDF; }
a { background-color: rgb(204,236,223); }
div.DivClassName
{
background-color: #CCECDF;
}
.BgClassName
{
background-color: #CCECDF;
}
</style>
border-color css
<style>
span { border-color: #CCECDF; }
span { border-color: rgb(204,236,223); }
td.TdClassName
{
border-color: #CCECDF;
}
.TagClassName
{
border-color: #CCECDF;
}
</style>