Shades of Mint Tulip #CDEDDF
Tints of Mint Tulip #CDEDDF
RGB
CMYK
RGB Variations
Color information
#CDEDDF (or 0xCDEDDF) is known color: Mint Tulip. HEX triplet: CD, ED and DF. RGB value is (205,237,223). Sum of RGB (Red+Green+Blue) = 205+237+223=665 (88% of max value = 765). Red value is 205 (80.47% from 255 or 30.83% from 665); Green value is 237 (92.97% from 255 or 35.64% from 665); Blue value is 223 (87.5% from 255 or 33.53% from 665); Max value from RGB is 237 - color contains mainly: green. Hex color #CDEDDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEDDF is #321220. Grayscale: #E1E1E1. Windows color (decimal): -3281441 or 14675405. OLE color: 14675405.
HSL color Cylindrical-coordinate representation of color #CDEDDF: hue angle of 153.75º degrees, saturation: 0.47, 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 #CDEDDF is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 237 | 223 | - |
CMYK | 0.14 | 0 | 0.06 | 0.07 |
HSL | 153.75º | 0.47% | 0.87% | - |
HSV(B) | 153.75º | 0.14% | 0.93% | - |
XYZ | 68.78 | 78.88 | 81.41 | - |
YUV | 225.84 | 126.4 | 113.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 237 | 223 | 0.14 | 0 | 0.06 | 0.07 | 153.75 | 0.47 | 0.87 |
Hex | CD | ED | DF | E | 0 | 6 | 7 | 9A | 2F | 57 |
Octal | 315 | 355 | 337 | 16 | 0 | 6 | 7 | 232 | 57 | 127 |
Binary | 11001101 | 11101101 | 11011111 | 1110 | 0 | 110 | 111 | 10011010 | 101111 | 1010111 |
Color Harmonies of #CDEDDF
Complementary color
Monochromatic Colors of #CDEDDF
Black with #CDEDDF
Text Example
Text Example
White with #CDEDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEDDF; }
p { color: rgb(205,237,223); }
H1.HeaderClassName
{
color: #CDEDDF;
}
.AnyTagClassName
{
color: #CDEDDF;
}
</style>
background-color css
<style>
a { background-color: #CDEDDF; }
a { background-color: rgb(205,237,223); }
div.DivClassName
{
background-color: #CDEDDF;
}
.BgClassName
{
background-color: #CDEDDF;
}
</style>
border-color css
<style>
span { border-color: #CDEDDF; }
span { border-color: rgb(205,237,223); }
td.TdClassName
{
border-color: #CDEDDF;
}
.TagClassName
{
border-color: #CDEDDF;
}
</style>