Shades of Mint Tulip #CCEEDD
Tints of Mint Tulip #CCEEDD
RGB
CMYK
RGB Variations
Color information
#CCEEDD (or 0xCCEEDD) is known color: Mint Tulip. HEX triplet: CC, EE and DD. RGB value is (204,238,221). Sum of RGB (Red+Green+Blue) = 204+238+221=663 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.77% from 663); Green value is 238 (93.36% from 255 or 35.90% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEEDD is #331122. Grayscale: #E1E1E1. Windows color (decimal): -3346723 or 14544588. OLE color: 14544588.
HSL color Cylindrical-coordinate representation of color #CCEEDD: hue angle of 150º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCEEDD is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 238 | 221 | - |
CMYK | 0.14 | 0 | 0.07 | 0.07 |
HSL | 150º | 0.5% | 0.87% | - |
HSV(B) | 150º | 0.14% | 0.93% | - |
XYZ | 68.53 | 79.21 | 80.08 | - |
YUV | 225.9 | 125.24 | 112.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 238 | 221 | 0.14 | 0 | 0.07 | 0.07 | 150 | 0.5 | 0.87 |
Hex | CC | EE | DD | E | 0 | 7 | 7 | 96 | 32 | 57 |
Octal | 314 | 356 | 335 | 16 | 0 | 7 | 7 | 226 | 62 | 127 |
Binary | 11001100 | 11101110 | 11011101 | 1110 | 0 | 111 | 111 | 10010110 | 110010 | 1010111 |
Color Harmonies of #CCEEDD
Complementary color
Monochromatic Colors of #CCEEDD
Black with #CCEEDD
Text Example
Text Example
White with #CCEEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEEDD; }
p { color: rgb(204,238,221); }
H1.HeaderClassName
{
color: #CCEEDD;
}
.AnyTagClassName
{
color: #CCEEDD;
}
</style>
background-color css
<style>
a { background-color: #CCEEDD; }
a { background-color: rgb(204,238,221); }
div.DivClassName
{
background-color: #CCEEDD;
}
.BgClassName
{
background-color: #CCEEDD;
}
</style>
border-color css
<style>
span { border-color: #CCEEDD; }
span { border-color: rgb(204,238,221); }
td.TdClassName
{
border-color: #CCEEDD;
}
.TagClassName
{
border-color: #CCEEDD;
}
</style>