Shades of Mint Tulip #CAECDD
Tints of Mint Tulip #CAECDD
RGB
CMYK
RGB Variations
Color information
#CAECDD (or 0xCAECDD) is known color: Mint Tulip. HEX triplet: CA, EC and DD. RGB value is (202,236,221). Sum of RGB (Red+Green+Blue) = 202+236+221=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 221 (86.72% from 255 or 33.54% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECDD is #351322. Grayscale: #E0E0E0. Windows color (decimal): -3478307 or 14544074. OLE color: 14544074.
HSL color Cylindrical-coordinate representation of color #CAECDD: hue angle of 153.53º degrees, saturation: 0.47, 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 #CAECDD is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 236 | 221 | - |
CMYK | 0.14 | 0 | 0.06 | 0.07 |
HSL | 153.53º | 0.47% | 0.86% | - |
HSV(B) | 153.53º | 0.14% | 0.93% | - |
XYZ | 67.4 | 77.77 | 79.86 | - |
YUV | 224.12 | 126.24 | 112.22 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 236 | 221 | 0.14 | 0 | 0.06 | 0.07 | 153.53 | 0.47 | 0.86 |
Hex | CA | EC | DD | E | 0 | 6 | 7 | 9A | 2F | 56 |
Octal | 312 | 354 | 335 | 16 | 0 | 6 | 7 | 232 | 57 | 126 |
Binary | 11001010 | 11101100 | 11011101 | 1110 | 0 | 110 | 111 | 10011010 | 101111 | 1010110 |
Color Harmonies of #CAECDD
Complementary color
Monochromatic Colors of #CAECDD
Black with #CAECDD
Text Example
Text Example
White with #CAECDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECDD; }
p { color: rgb(202,236,221); }
H1.HeaderClassName
{
color: #CAECDD;
}
.AnyTagClassName
{
color: #CAECDD;
}
</style>
background-color css
<style>
a { background-color: #CAECDD; }
a { background-color: rgb(202,236,221); }
div.DivClassName
{
background-color: #CAECDD;
}
.BgClassName
{
background-color: #CAECDD;
}
</style>
border-color css
<style>
span { border-color: #CAECDD; }
span { border-color: rgb(202,236,221); }
td.TdClassName
{
border-color: #CAECDD;
}
.TagClassName
{
border-color: #CAECDD;
}
</style>