#DDEEEB

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

Shades of Tranquil #DDEEEB

Tints of Tranquil #DDEEEB

Color information

#DDEEEB (or 0xDDEEEB) is unknown color: approx Tranquil. HEX triplet: DD, EE and EB. RGB value is (221,238,235). Sum of RGB (Red+Green+Blue) = 221+238+235=694 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.84% from 694); Green value is 238 (93.36% from 255 or 34.29% from 694); Blue value is 235 (92.19% from 255 or 33.86% from 694); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEEEB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEEEB is #221114. Grayscale: #E8E8E8. Windows color (decimal): -2232597 or 15462109. OLE color: 15462109.

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

Color convert

RGB221238235-
CMYK0.0700.010.07
HSL169.41º33.33%90%-
HSV(B)169.41º7.14%93.33%-
XYZ75.3982.5290.55-
YUV232.57129.37119.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 31.84%
GREEN value IS 238 (93.36% from 255) = 34.29%
BLUE value IS 235 (92.19% from 255) = 33.86%
R=31.84%
G=34.29%
B=33.86%

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
Decimal2212382350.0700.010.07169.4133.3390
HexDDEEEB7017a9215a
Octal335356353701725141132
Binary11011101111011101110101111101111101010011000011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEEEB; }

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

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

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

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

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

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

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

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