#DDEEEC

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

Shades of Tranquil #DDEEEC

Tints of Tranquil #DDEEEC

Color information

#DDEEEC (or 0xDDEEEC) is unknown color: approx Tranquil. HEX triplet: DD, EE and EC. RGB value is (221,238,236). Sum of RGB (Red+Green+Blue) = 221+238+236=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 236 (92.58% from 255 or 33.96% from 695); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEEC is #221113. Grayscale: #E8E8E8. Windows color (decimal): -2232596 or 15527645. OLE color: 15527645.

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

Color convert

RGB221238236-
CMYK0.0700.010.07
HSL172.94º33.33%90%-
HSV(B)172.94º7.14%93.33%-
XYZ75.5382.5891.31-
YUV232.69129.87119.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.80%
GREEN value IS 238 (93.36% from 255) = 34.24%
BLUE value IS 236 (92.58% from 255) = 33.96%
R=31.80%
G=34.24%
B=33.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212382360.0700.010.07172.9433.3390
HexDDEEEC7017ad215a
Octal335356354701725541132
Binary11011101111011101110110011101111101011011000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEEC; }

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

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

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

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

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

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

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

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