Shades of Mint Tulip #CAECDF
Tints of Mint Tulip #CAECDF
RGB
CMYK
RGB Variations
Color information
#CAECDF (or 0xCAECDF) is known color: Mint Tulip. HEX triplet: CA, EC and DF. RGB value is (202,236,223). Sum of RGB (Red+Green+Blue) = 202+236+223=661 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.56% from 661); Green value is 236 (92.58% from 255 or 35.70% from 661); Blue value is 223 (87.5% from 255 or 33.74% from 661); Max value from RGB is 236 - color contains mainly: green. Hex color #CAECDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAECDF is #351320. Grayscale: #E0E0E0. Windows color (decimal): -3478305 or 14675146. OLE color: 14675146.
HSL color Cylindrical-coordinate representation of color #CAECDF: hue angle of 157.06º 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 #CAECDF is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 202 | 236 | 223 | - |
CMYK | 0.14 | 0 | 0.06 | 0.07 |
HSL | 157.06º | 0.47% | 0.86% | - |
HSV(B) | 157.06º | 0.14% | 0.93% | - |
XYZ | 67.67 | 77.88 | 81.28 | - |
YUV | 224.35 | 127.24 | 112.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 236 | 223 | 0.14 | 0 | 0.06 | 0.07 | 157.06 | 0.47 | 0.86 |
Hex | CA | EC | DF | E | 0 | 6 | 7 | 9D | 2F | 56 |
Octal | 312 | 354 | 337 | 16 | 0 | 6 | 7 | 235 | 57 | 126 |
Binary | 11001010 | 11101100 | 11011111 | 1110 | 0 | 110 | 111 | 10011101 | 101111 | 1010110 |
Color Harmonies of #CAECDF
Complementary color
Monochromatic Colors of #CAECDF
Black with #CAECDF
Text Example
Text Example
White with #CAECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAECDF; }
p { color: rgb(202,236,223); }
H1.HeaderClassName
{
color: #CAECDF;
}
.AnyTagClassName
{
color: #CAECDF;
}
</style>
background-color css
<style>
a { background-color: #CAECDF; }
a { background-color: rgb(202,236,223); }
div.DivClassName
{
background-color: #CAECDF;
}
.BgClassName
{
background-color: #CAECDF;
}
</style>
border-color css
<style>
span { border-color: #CAECDF; }
span { border-color: rgb(202,236,223); }
td.TdClassName
{
border-color: #CAECDF;
}
.TagClassName
{
border-color: #CAECDF;
}
</style>