#DDEDEA

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

Shades of Tranquil #DDEDEA

Tints of Tranquil #DDEDEA

Color information

#DDEDEA (or 0xDDEDEA) is unknown color: approx Tranquil. HEX triplet: DD, ED and EA. RGB value is (221,237,234). Sum of RGB (Red+Green+Blue) = 221+237+234=692 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.94% from 692); Green value is 237 (92.97% from 255 or 34.25% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDEA is #221215. Grayscale: #E7E7E7. Windows color (decimal): -2232854 or 15396317. OLE color: 15396317.

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

Color convert

RGB221237234-
CMYK0.0700.010.07
HSL168.75º30.77%89.8%-
HSV(B)168.75º6.75%92.94%-
XYZ74.9581.8889.7-
YUV231.87129.2120.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.94%
GREEN value IS 237 (92.97% from 255) = 34.25%
BLUE value IS 234 (91.80% from 255) = 33.82%
R=31.94%
G=34.25%
B=33.82%

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
Decimal2212372340.0700.010.07168.7530.7789.8
HexDDEDEA7017a91f5a
Octal335355352701725137132
Binary1101110111101101111010101110111110101001111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDEA; }

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

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

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

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

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

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

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

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