#DDEDE9

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

Shades of Tranquil #DDEDE9

Tints of Tranquil #DDEDE9

Color information

#DDEDE9 (or 0xDDEDE9) is unknown color: approx Tranquil. HEX triplet: DD, ED and E9. RGB value is (221,237,233). Sum of RGB (Red+Green+Blue) = 221+237+233=691 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.98% from 691); Green value is 237 (92.97% from 255 or 34.30% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDE9 is #221216. Grayscale: #E7E7E7. Windows color (decimal): -2232855 or 15330781. OLE color: 15330781.

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

Color convert

RGB221237233-
CMYK0.0700.020.07
HSL165º30.77%89.8%-
HSV(B)165º6.75%92.94%-
XYZ74.8181.8288.94-
YUV231.76128.7120.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.98%
GREEN value IS 237 (92.97% from 255) = 34.30%
BLUE value IS 233 (91.41% from 255) = 33.72%
R=31.98%
G=34.30%
B=33.72%

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
Decimal2212372330.0700.020.0716530.7789.8
HexDDEDE97027a51f5a
Octal335355351702724537132
Binary11011101111011011110100111101011110100101111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDE9; }

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

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

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

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

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

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

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

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