#DDEBD6

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

Shades of Hint Of Green #DDEBD6

Tints of Hint Of Green #DDEBD6

Color information

#DDEBD6 (or 0xDDEBD6) is unknown color: approx Hint Of Green. HEX triplet: DD, EB and D6. RGB value is (221,235,214). Sum of RGB (Red+Green+Blue) = 221+235+214=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBD6 is #221429. Grayscale: #E4E4E4. Windows color (decimal): -2233386 or 14085085. OLE color: 14085085.

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

Color convert

RGB221235214-
CMYK0.0600.090.08
HSL100º34.43%88.04%-
HSV(B)100º8.94%92.16%-
XYZ71.6679.6475.21-
YUV228.42119.86122.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.99%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 214 (83.98% from 255) = 31.94%
R=32.99%
G=35.07%
B=31.94%

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
Decimal2212352140.0600.090.0810034.4388.04
HexDDEBD66098642258
Octal33535332660111014442130
Binary11011101111010111101011011001001100011001001000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBD6; }

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

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

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

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

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

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

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

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