Shades of Frosted Mint #DDFBDF
Tints of Frosted Mint #DDFBDF
RGB
CMYK
RGB Variations
Color information
#DDFBDF (or 0xDDFBDF) is known color: Frosted Mint. HEX triplet: DD, FB and DF. RGB value is (221,251,223). Sum of RGB (Red+Green+Blue) = 221+251+223=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 223 (87.5% from 255 or 32.09% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFBDF is #220420. Grayscale: #EEEEEE. Windows color (decimal): -2229281 or 14679005. OLE color: 14679005.
HSL color Cylindrical-coordinate representation of color #DDFBDF: hue angle of 124º degrees, saturation: 0.79, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFBDF is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 221 | 251 | 223 | - |
CMYK | 0.12 | 0 | 0.11 | 0.02 |
HSL | 124º | 0.79% | 0.93% | - |
HSV(B) | 124º | 0.12% | 0.98% | - |
XYZ | 77.64 | 89.69 | 83.03 | - |
YUV | 238.84 | 119.06 | 115.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 251 | 223 | 0.12 | 0 | 0.11 | 0.02 | 124 | 0.79 | 0.93 |
Hex | DD | FB | DF | C | 0 | B | 2 | 7C | 4F | 5D |
Octal | 335 | 373 | 337 | 14 | 0 | 13 | 2 | 174 | 117 | 135 |
Binary | 11011101 | 11111011 | 11011111 | 1100 | 0 | 1011 | 10 | 1111100 | 1001111 | 1011101 |
Color Harmonies of #DDFBDF
Complementary color
Monochromatic Colors of #DDFBDF
Black with #DDFBDF
Text Example
Text Example
White with #DDFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDFBDF; }
p { color: rgb(221,251,223); }
H1.HeaderClassName
{
color: #DDFBDF;
}
.AnyTagClassName
{
color: #DDFBDF;
}
</style>
background-color css
<style>
a { background-color: #DDFBDF; }
a { background-color: rgb(221,251,223); }
div.DivClassName
{
background-color: #DDFBDF;
}
.BgClassName
{
background-color: #DDFBDF;
}
</style>
border-color css
<style>
span { border-color: #DDFBDF; }
span { border-color: rgb(221,251,223); }
td.TdClassName
{
border-color: #DDFBDF;
}
.TagClassName
{
border-color: #DDFBDF;
}
</style>