#DDEBE9

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

Shades of Tranquil #DDEBE9

Tints of Tranquil #DDEBE9

Color information

#DDEBE9 (or 0xDDEBE9) is unknown color: approx Tranquil. HEX triplet: DD, EB and E9. RGB value is (221,235,233). Sum of RGB (Red+Green+Blue) = 221+235+233=689 (91% of max value = 765). Red value is 221 (86.72% from 255 or 32.08% from 689); Green value is 235 (92.19% from 255 or 34.11% from 689); Blue value is 233 (91.41% from 255 or 33.82% from 689); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBE9 is #221416. Grayscale: #E6E6E6. Windows color (decimal): -2233367 or 15330269. OLE color: 15330269.

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

Color convert

RGB221235233-
CMYK0.0600.010.08
HSL171.43º25.93%89.41%-
HSV(B)171.43º5.96%92.16%-
XYZ74.2480.6788.75-
YUV230.59129.36121.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.08%
GREEN value IS 235 (92.19% from 255) = 34.11%
BLUE value IS 233 (91.41% from 255) = 33.82%
R=32.08%
G=34.11%
B=33.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352330.0600.010.08171.4325.9389.41
HexDDEBE96018ab1a59
Octal3353533516011025332131
Binary11011101111010111110100111001100010101011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBE9; }

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

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

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

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

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

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

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

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