Html Css Color HEX #DDEBE0 Off Green

📋 copy color: '#DDEBE0'

red 221 ◦ green 235 ◦ blue 224

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

Shades of Off Green #DDEBE0

Tints of Off Green #DDEBE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.94%

R = 32.5%
G = 34.56%
B = 32.94%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#DDEBE0 (or 0xDDEBE0) is known color: Off Green. HEX triplet: DD, EB and E0. RGB value is (221,235,224). Sum of RGB (Red+Green+Blue) = 221+235+224=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 235 (92.19% from 255 or 34.56% from 680); Blue value is 224 (87.89% from 255 or 32.94% from 680); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBE0 is #22141F. Grayscale: #E5E5E5. Windows color (decimal): -2233376 or 14740445. OLE color: 14740445.

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

Color convert

RGB 221 235 224 -
CMYK 0.06 0 0.05 0.08
HSL 132.86º 0.26% 0.89% -
HSV(B) 132.86º 0.06% 0.92% -
XYZ 72.98 80.17 82.15 -
YUV 229.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 221 235 224 0.06 0 0.05 0.08 132.86 0.26 0.89
Hex DD EB E0 6 0 5 8 85 1A 59
Octal 335 353 340 6 0 5 10 205 32 131
Binary 11011101 11101011 11100000 110 0 101 1000 10000101 11010 1011001

Color Harmonies of #DDEBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBE0

Black with #DDEBE0

Text Example


Text Example

White with #DDEBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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