#DDEFED

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

Shades of Tranquil #DDEFED

Tints of Tranquil #DDEFED

Color information

#DDEFED (or 0xDDEFED) is unknown color: approx Tranquil. HEX triplet: DD, EF and ED. RGB value is (221,239,237). Sum of RGB (Red+Green+Blue) = 221+239+237=697 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.71% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 237 (92.97% from 255 or 34.00% from 697); Max value from RGB is 239 - color contains mainly: green. Hex color #DDEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEFED is #221012. Grayscale: #E9E9E9. Windows color (decimal): -2232339 or 15593437. OLE color: 15593437.

HSL color Cylindrical-coordinate representation of color #DDEFED: hue angle of 173.33º degrees, saturation: 0.36, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DDEFED is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB221239237-
CMYK0.0800.010.06
HSL173.33º36%90.2%-
HSV(B)173.33º7.53%93.73%-
XYZ75.9783.2292.18-
YUV233.39130.04119.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.71%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 237 (92.97% from 255) = 34.00%
R=31.71%
G=34.29%
B=34.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2212392370.0800.010.06173.333690.2
HexDDEFED8016ad245a
Octal3353573551001625544132
Binary110111011110111111101101100001110101011011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEFED; }

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

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

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

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

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

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

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

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