#DDEBD4

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

Shades of Hint Of Green #DDEBD4

Tints of Hint Of Green #DDEBD4

Color information

#DDEBD4 (or 0xDDEBD4) is unknown color: approx Hint Of Green. HEX triplet: DD, EB and D4. RGB value is (221,235,212). Sum of RGB (Red+Green+Blue) = 221+235+212=668 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.08% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 212 (83.20% from 255 or 31.74% from 668); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBD4 is #22142B. Grayscale: #E4E4E4. Windows color (decimal): -2233388 or 13954013. OLE color: 13954013.

HSL color Cylindrical-coordinate representation of color #DDEBD4: hue angle of 96.52º degrees, saturation: 0.37, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDEBD4 is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB221235212-
CMYK0.0600.100.08
HSL96.52º36.51%87.65%-
HSV(B)96.52º9.79%92.16%-
XYZ71.4179.5473.88-
YUV228.19118.86122.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.08%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 212 (83.20% from 255) = 31.74%
R=33.08%
G=35.18%
B=31.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352120.0600.100.0896.5236.5187.65
HexDDEBD460A8612558
Octal33535332460121014145130
Binary11011101111010111101010011001010100011000011001011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBD4; }

 p { color: rgb(221,235,212); }

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

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

 a { background-color: rgb(221,235,212); }

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

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

 span { border-color: rgb(221,235,212); }

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