Shades of Hint Of Green #DCEED3
Tints of Hint Of Green #DCEED3
RGB
CMYK
RGB Variations
Color information
#DCEED3 (or 0xDCEED3) is known color: Hint Of Green. HEX triplet: DC, EE and D3. RGB value is (220,238,211). Sum of RGB (Red+Green+Blue) = 220+238+211=669 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.88% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 211 (82.81% from 255 or 31.54% from 669); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEED3 is #23112C. Grayscale: #E5E5E5. Windows color (decimal): -2298157 or 13889244. OLE color: 13889244.
HSL color Cylindrical-coordinate representation of color #DCEED3: hue angle of 100º degrees, saturation: 0.44, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCEED3 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
RGB | 220 | 238 | 211 | - |
CMYK | 0.08 | 0 | 0.11 | 0.07 |
HSL | 100º | 0.44% | 0.88% | - |
HSV(B) | 100º | 0.11% | 0.93% | - |
XYZ | 71.85 | 81.07 | 73.49 | - |
YUV | 229.54 | 117.54 | 121.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 238 | 211 | 0.08 | 0 | 0.11 | 0.07 | 100 | 0.44 | 0.88 |
Hex | DC | EE | D3 | 8 | 0 | B | 7 | 64 | 2C | 58 |
Octal | 334 | 356 | 323 | 10 | 0 | 13 | 7 | 144 | 54 | 130 |
Binary | 11011100 | 11101110 | 11010011 | 1000 | 0 | 1011 | 111 | 1100100 | 101100 | 1011000 |
Color Harmonies of #DCEED3
Complementary color
Monochromatic Colors of #DCEED3
Black with #DCEED3
Text Example
Text Example
White with #DCEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEED3; }
p { color: rgb(220,238,211); }
H1.HeaderClassName
{
color: #DCEED3;
}
.AnyTagClassName
{
color: #DCEED3;
}
</style>
background-color css
<style>
a { background-color: #DCEED3; }
a { background-color: rgb(220,238,211); }
div.DivClassName
{
background-color: #DCEED3;
}
.BgClassName
{
background-color: #DCEED3;
}
</style>
border-color css
<style>
span { border-color: #DCEED3; }
span { border-color: rgb(220,238,211); }
td.TdClassName
{
border-color: #DCEED3;
}
.TagClassName
{
border-color: #DCEED3;
}
</style>