Html Css Color HEX #DDEBD7 Hint Of Green

📋 copy color: '#DDEBD7'

red 221 ◦ green 235 ◦ blue 215

#DDEBD7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hint Of Green #DDEBD7

Tints of Hint Of Green #DDEBD7

RGB

 RED value IS 221 (86.72% from 255) = 32.94%

 GREEN value IS 235 (92.19% from 255) = 35.02%

 BLUE value IS 215 (84.38% from 255) = 32.04%

R = 32.94%
G = 35.02%
B = 32.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#DDEBD7 (or 0xDDEBD7) is known color: Hint Of Green. HEX triplet: DD, EB and D7. RGB value is (221,235,215). Sum of RGB (Red+Green+Blue) = 221+235+215=671 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.94% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBD7 is #221428. Grayscale: #E4E4E4. Windows color (decimal): -2233385 or 14150621. OLE color: 14150621.

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

Color convert

RGB 221 235 215 -
CMYK 0.06 0 0.09 0.08
HSL 102º 0.33% 0.88% -
HSV(B) 102º 0.09% 0.92% -
XYZ 71.79 79.7 75.89 -
YUV 228.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 221 235 215 0.06 0 0.09 0.08 102 0.33 0.88
Hex DD EB D7 6 0 9 8 66 21 58
Octal 335 353 327 6 0 11 10 146 41 130
Binary 11011101 11101011 11010111 110 0 1001 1000 1100110 100001 1011000

Color Harmonies of #DDEBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBD7

Black with #DDEBD7

Text Example


Text Example

White with #DDEBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBD7; }

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

 H1.HeaderClassName
 {
   color: #DDEBD7;
 }
 .AnyTagClassName
 {
   color: #DDEBD7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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