#DDEEEA

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

Shades of Tranquil #DDEEEA

Tints of Tranquil #DDEEEA

Color information

#DDEEEA (or 0xDDEEEA) is unknown color: approx Tranquil. HEX triplet: DD, EE and EA. RGB value is (221,238,234). Sum of RGB (Red+Green+Blue) = 221+238+234=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 238 (93.36% from 255 or 34.34% from 693); Blue value is 234 (91.80% from 255 or 33.77% from 693); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEEA is #221115. Grayscale: #E8E8E8. Windows color (decimal): -2232598 or 15396573. OLE color: 15396573.

HSL color Cylindrical-coordinate representation of color #DDEEEA: hue angle of 165.88º degrees, saturation: 0.33, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DDEEEA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB221238234-
CMYK0.0700.020.07
HSL165.88º33.33%90%-
HSV(B)165.88º7.14%93.33%-
XYZ75.2482.4689.79-
YUV232.46128.87119.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 238 (93.36% from 255) = 34.34%
BLUE value IS 234 (91.80% from 255) = 33.77%
R=31.89%
G=34.34%
B=33.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382340.0700.020.07165.8833.3390
HexDDEEEA7027a6215a
Octal335356352702724641132
Binary110111011110111011101010111010111101001101000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEEA; }

 p { color: rgb(221,238,234); }

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

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

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

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

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

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

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