#DDEBDE

Color #DDEBDE Aqua Squeeze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua Squeeze #DDEBDE

Tints of Aqua Squeeze #DDEBDE

Color information

#DDEBDE (or 0xDDEBDE) is unknown color: approx Aqua Squeeze. HEX triplet: DD, EB and DE. RGB value is (221,235,222). Sum of RGB (Red+Green+Blue) = 221+235+222=678 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.60% from 678); Green value is 235 (92.19% from 255 or 34.66% from 678); Blue value is 222 (87.11% from 255 or 32.74% from 678); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBDE is #221421. Grayscale: #E5E5E5. Windows color (decimal): -2233378 or 14609373. OLE color: 14609373.

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

Color convert

RGB221235222-
CMYK0.0600.060.08
HSL124.29º25.93%89.41%-
HSV(B)124.29º5.96%92.16%-
XYZ72.7180.0680.73-
YUV229.33123.86122.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.60%
GREEN value IS 235 (92.19% from 255) = 34.66%
BLUE value IS 222 (87.11% from 255) = 32.74%
R=32.60%
G=34.66%
B=32.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352220.0600.060.08124.2925.9389.41
HexDDEBDE60687c1a59
Octal3353533366061017432131
Binary110111011110101111011110110011010001111100110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBDE; }

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

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

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

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

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

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

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

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