Shades of Off Green #DCEBDF
Tints of Off Green #DCEBDF
RGB
CMYK
RGB Variations
Color information
#DCEBDF (or 0xDCEBDF) is known color: Off Green. HEX triplet: DC, EB and DF. RGB value is (220,235,223). Sum of RGB (Red+Green+Blue) = 220+235+223=678 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.45% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBDF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBDF is #231420. Grayscale: #E5E5E5. Windows color (decimal): -2298913 or 14674908. OLE color: 14674908.
HSL color Cylindrical-coordinate representation of color #DCEBDF: hue angle of 132º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEBDF is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
RGB | 220 | 235 | 223 | - |
CMYK | 0.06 | 0 | 0.05 | 0.08 |
HSL | 132º | 0.27% | 0.89% | - |
HSV(B) | 132º | 0.06% | 0.92% | - |
XYZ | 72.54 | 79.96 | 81.42 | - |
YUV | 229.15 | 124.53 | 121.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 235 | 223 | 0.06 | 0 | 0.05 | 0.08 | 132 | 0.27 | 0.89 |
Hex | DC | EB | DF | 6 | 0 | 5 | 8 | 84 | 1B | 59 |
Octal | 334 | 353 | 337 | 6 | 0 | 5 | 10 | 204 | 33 | 131 |
Binary | 11011100 | 11101011 | 11011111 | 110 | 0 | 101 | 1000 | 10000100 | 11011 | 1011001 |
Color Harmonies of #DCEBDF
Complementary color
Monochromatic Colors of #DCEBDF
Black with #DCEBDF
Text Example
Text Example
White with #DCEBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEBDF; }
p { color: rgb(220,235,223); }
H1.HeaderClassName
{
color: #DCEBDF;
}
.AnyTagClassName
{
color: #DCEBDF;
}
</style>
background-color css
<style>
a { background-color: #DCEBDF; }
a { background-color: rgb(220,235,223); }
div.DivClassName
{
background-color: #DCEBDF;
}
.BgClassName
{
background-color: #DCEBDF;
}
</style>
border-color css
<style>
span { border-color: #DCEBDF; }
span { border-color: rgb(220,235,223); }
td.TdClassName
{
border-color: #DCEBDF;
}
.TagClassName
{
border-color: #DCEBDF;
}
</style>