Html Css Color HEX #DDE3DD Aqua Squeeze

📋 copy color: '#DDE3DD'

red 221 ◦ green 227 ◦ blue 221

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

Shades of Aqua Squeeze #DDE3DD

Tints of Aqua Squeeze #DDE3DD

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.93%

 BLUE value IS 221 (86.72% from 255) = 33.03%

R = 33.03%
G = 33.93%
B = 33.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#DDE3DD (or 0xDDE3DD) is known color: Aqua Squeeze. HEX triplet: DD, E3 and DD. RGB value is (221,227,221). Sum of RGB (Red+Green+Blue) = 221+227+221=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 221 (86.72% from 255 or 33.03% from 669); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE3DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDE3DD is #221C22. Grayscale: #E0E0E0. Windows color (decimal): -2235427 or 14541789. OLE color: 14541789.

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

Color convert

RGB 221 227 221 -
CMYK 0.03 0 0.03 0.11
HSL 120º 0.1% 0.88% -
HSV(B) 120º 0.03% 0.89% -
XYZ 70.34 75.53 79.28 -
YUV 224.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 221 227 221 0.03 0 0.03 0.11 120 0.1 0.88
Hex DD E3 DD 3 0 3 B 78 A 58
Octal 335 343 335 3 0 3 13 170 12 130
Binary 11011101 11100011 11011101 11 0 11 1011 1111000 1010 1011000

Color Harmonies of #DDE3DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE3DD

Black with #DDE3DD

Text Example


Text Example

White with #DDE3DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE3DD; }

 p { color: rgb(221,227,221); }

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

background-color css

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

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

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

border-color css

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

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

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