#DDEDEB

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

Shades of Tranquil #DDEDEB

Tints of Tranquil #DDEDEB

Color information

#DDEDEB (or 0xDDEDEB) is unknown color: approx Tranquil. HEX triplet: DD, ED and EB. RGB value is (221,237,235). Sum of RGB (Red+Green+Blue) = 221+237+235=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 237 (92.97% from 255 or 34.20% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEDEB is #221214. Grayscale: #E7E7E7. Windows color (decimal): -2232853 or 15461853. OLE color: 15461853.

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

Color convert

RGB221237235-
CMYK0.0700.010.07
HSL172.5º30.77%89.8%-
HSV(B)172.5º6.75%92.94%-
XYZ75.181.9490.45-
YUV231.99129.7120.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.89%
GREEN value IS 237 (92.97% from 255) = 34.20%
BLUE value IS 235 (92.19% from 255) = 33.91%
R=31.89%
G=34.20%
B=33.91%

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
Decimal2212372350.0700.010.07172.530.7789.8
HexDDEDEB7017ac1f5a
Octal335355353701725437132
Binary1101110111101101111010111110111110101100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEDEB; }

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

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

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

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

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

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

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

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