#DDEBD5

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

Shades of Hint Of Green #DDEBD5

Tints of Hint Of Green #DDEBD5

Color information

#DDEBD5 (or 0xDDEBD5) is unknown color: approx Hint Of Green. HEX triplet: DD, EB and D5. RGB value is (221,235,213). Sum of RGB (Red+Green+Blue) = 221+235+213=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 235 (92.19% from 255 or 35.13% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBD5 is #22142A. Grayscale: #E4E4E4. Windows color (decimal): -2233387 or 14019549. OLE color: 14019549.

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

Color convert

RGB221235213-
CMYK0.0600.090.08
HSL98.18º35.48%87.84%-
HSV(B)98.18º9.36%92.16%-
XYZ71.5479.5974.54-
YUV228.31119.36122.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.03%
GREEN value IS 235 (92.19% from 255) = 35.13%
BLUE value IS 213 (83.59% from 255) = 31.84%
R=33.03%
G=35.13%
B=31.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352130.0600.090.0898.1835.4887.84
HexDDEBD56098622358
Octal33535332560111014243130
Binary11011101111010111101010111001001100011000101000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBD5; }

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

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

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

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

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

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

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

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