Shades of Frosted Mint #DCFBDF
Tints of Frosted Mint #DCFBDF
RGB
CMYK
RGB Variations
Color information
#DCFBDF (or 0xDCFBDF) is known color: Frosted Mint. HEX triplet: DC, FB and DF. RGB value is (220,251,223). Sum of RGB (Red+Green+Blue) = 220+251+223=694 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.70% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCFBDF is #230420. Grayscale: #EEEEEE. Windows color (decimal): -2294817 or 14679004. OLE color: 14679004.
HSL color Cylindrical-coordinate representation of color #DCFBDF: hue angle of 125.81º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFBDF is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 220 | 251 | 223 | - |
CMYK | 0.12 | 0 | 0.11 | 0.02 |
HSL | 125.81º | 0.79% | 0.92% | - |
HSV(B) | 125.81º | 0.12% | 0.98% | - |
XYZ | 77.33 | 89.54 | 83.02 | - |
YUV | 238.54 | 119.23 | 114.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 251 | 223 | 0.12 | 0 | 0.11 | 0.02 | 125.81 | 0.79 | 0.92 |
Hex | DC | FB | DF | C | 0 | B | 2 | 7E | 4F | 5C |
Octal | 334 | 373 | 337 | 14 | 0 | 13 | 2 | 176 | 117 | 134 |
Binary | 11011100 | 11111011 | 11011111 | 1100 | 0 | 1011 | 10 | 1111110 | 1001111 | 1011100 |
Color Harmonies of #DCFBDF
Complementary color
Monochromatic Colors of #DCFBDF
Black with #DCFBDF
Text Example
Text Example
White with #DCFBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCFBDF; }
p { color: rgb(220,251,223); }
H1.HeaderClassName
{
color: #DCFBDF;
}
.AnyTagClassName
{
color: #DCFBDF;
}
</style>
background-color css
<style>
a { background-color: #DCFBDF; }
a { background-color: rgb(220,251,223); }
div.DivClassName
{
background-color: #DCFBDF;
}
.BgClassName
{
background-color: #DCFBDF;
}
</style>
border-color css
<style>
span { border-color: #DCFBDF; }
span { border-color: rgb(220,251,223); }
td.TdClassName
{
border-color: #DCFBDF;
}
.TagClassName
{
border-color: #DCFBDF;
}
</style>