Shades of Mint Tulip #CAEDDC
Tints of Mint Tulip #CAEDDC
RGB
CMYK
RGB Variations
Color information
#CAEDDC (or 0xCAEDDC) is known color: Mint Tulip. HEX triplet: CA, ED and DC. RGB value is (202,237,220). Sum of RGB (Red+Green+Blue) = 202+237+220=659 (87% of max value = 765). Red value is 202 (79.30% from 255 or 30.65% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 220 (86.33% from 255 or 33.38% from 659); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CAEDDC is #351223. Grayscale: #E0E0E0. Windows color (decimal): -3478052 or 14478794. OLE color: 14478794.
HSL color Cylindrical-coordinate representation of color #CAEDDC: hue angle of 150.86º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CAEDDC is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 237 | 220 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.07 |
| HSL | 150.86º | 0.49% | 0.86% | - |
| HSV(B) | 150.86º | 0.15% | 0.93% | - |
| XYZ | 67.56 | 78.29 | 79.26 | - |
| YUV | 224.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 237 | 220 | 0.15 | 0 | 0.07 | 0.07 | 150.86 | 0.49 | 0.86 |
| Hex | CA | ED | DC | F | 0 | 7 | 7 | 97 | 31 | 56 |
| Octal | 312 | 355 | 334 | 17 | 0 | 7 | 7 | 227 | 61 | 126 |
| Binary | 11001010 | 11101101 | 11011100 | 1111 | 0 | 111 | 111 | 10010111 | 110001 | 1010110 |
Color Harmonies of #CAEDDC
Complementary color
Monochromatic Colors of #CAEDDC
Black with #CAEDDC
Text Example
Text Example
White with #CAEDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAEDDC; }
p { color: rgb(202,237,220); }
H1.HeaderClassName
{
color: #CAEDDC;
}
.AnyTagClassName
{
color: #CAEDDC;
}
</style>
background-color css
<style>
a { background-color: #CAEDDC; }
a { background-color: rgb(202,237,220); }
div.DivClassName
{
background-color: #CAEDDC;
}
.BgClassName
{
background-color: #CAEDDC;
}
</style>
border-color css
<style>
span { border-color: #CAEDDC; }
span { border-color: rgb(202,237,220); }
td.TdClassName
{
border-color: #CAEDDC;
}
.TagClassName
{
border-color: #CAEDDC;
}
</style>