Html Css Color HEX #DDE5DE Aqua Squeeze

📋 copy color: '#DDE5DE'

red 221 ◦ green 229 ◦ blue 222

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

Shades of Aqua Squeeze #DDE5DE

Tints of Aqua Squeeze #DDE5DE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.08%

 BLUE value IS 222 (87.11% from 255) = 33.04%

R = 32.89%
G = 34.08%
B = 33.04%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.10

RGB Variations

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

Color information

#DDE5DE (or 0xDDE5DE) is known color: Aqua Squeeze. HEX triplet: DD, E5 and DE. RGB value is (221,229,222). Sum of RGB (Red+Green+Blue) = 221+229+222=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 222 (87.11% from 255 or 33.04% from 672); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE5DE is #221A21. Grayscale: #E1E1E1. Windows color (decimal): -2234914 or 14607837. OLE color: 14607837.

HSL color Cylindrical-coordinate representation of color #DDE5DE: hue angle of 127.5º degrees, saturation: 0.13, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #DDE5DE is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 229 222 -
CMYK 0.03 0 0.03 0.10
HSL 127.5º 0.13% 0.88% -
HSV(B) 127.5º 0.03% 0.9% -
XYZ 71.02 76.68 80.17 -
YUV 225.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 221 229 222 0.03 0 0.03 0.10 127.5 0.13 0.88
Hex DD E5 DE 3 0 3 A 80 D 58
Octal 335 345 336 3 0 3 12 200 15 130
Binary 11011101 11100101 11011110 11 0 11 1010 10000000 1101 1011000

Color Harmonies of #DDE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE5DE

Black with #DDE5DE

Text Example


Text Example

White with #DDE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE5DE; }

 p { color: rgb(221,229,222); }

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

background-color css

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

 a { background-color: rgb(221,229,222); }

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

border-color css

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

 span { border-color: rgb(221,229,222); }

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