#DDEADF

Color #DDEADF Off Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Green #DDEADF

Tints of Off Green #DDEADF

Color information

#DDEADF (or 0xDDEADF) is unknown color: approx Off Green. HEX triplet: DD, EA and DF. RGB value is (221,234,223). Sum of RGB (Red+Green+Blue) = 221+234+223=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 234 (91.80% from 255 or 34.51% from 678); Blue value is 223 (87.5% from 255 or 32.89% from 678); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEADF is #221520. Grayscale: #E4E4E4. Windows color (decimal): -2233633 or 14674653. OLE color: 14674653.

HSL color Cylindrical-coordinate representation of color #DDEADF: hue angle of 129.23º degrees, saturation: 0.24, 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 #DDEADF is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB221234223-
CMYK0.0600.050.08
HSL129.23º23.64%89.22%-
HSV(B)129.23º5.56%91.76%-
XYZ72.5679.5581.34-
YUV228.86124.69122.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 234 (91.80% from 255) = 34.51%
BLUE value IS 223 (87.5% from 255) = 32.89%
R=32.60%
G=34.51%
B=32.89%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212342230.0600.050.08129.2323.6489.22
HexDDEADF6058811859
Octal3353523376051020130131
Binary1101110111101010110111111100101100010000001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEADF; }

 p { color: rgb(221,234,223); }

 H1.HeaderClassName
 {
   color: #DDEADF;
 }
 .AnyTagClassName
 {
   color: #DDEADF;
 }
</style>
background-color css

<style>
 a { background-color: #DDEADF; }

 a { background-color: rgb(221,234,223); }

 div.DivClassName
 {
   background-color: #DDEADF;
 }
 .BgClassName
 {
   background-color: #DDEADF;
 }
</style>
border-color css

<style>
 span { border-color: #DDEADF; }

 span { border-color: rgb(221,234,223); }

 td.TdClassName
 {
   border-color: #DDEADF;
 }
 .TagClassName
 {
   border-color: #DDEADF;
 }
</style>