#DDEBE7

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

Shades of Tranquil #DDEBE7

Tints of Tranquil #DDEBE7

Color information

#DDEBE7 (or 0xDDEBE7) is unknown color: approx Tranquil. HEX triplet: DD, EB and E7. RGB value is (221,235,231). Sum of RGB (Red+Green+Blue) = 221+235+231=687 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.17% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 231 (90.62% from 255 or 33.62% from 687); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEBE7 is #221418. Grayscale: #E6E6E6. Windows color (decimal): -2233369 or 15199197. OLE color: 15199197.

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

Color convert

RGB221235231-
CMYK0.0600.020.08
HSL162.86º25.93%89.41%-
HSV(B)162.86º5.96%92.16%-
XYZ73.9580.5687.25-
YUV230.36128.36121.33-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.17%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 231 (90.62% from 255) = 33.62%
R=32.17%
G=34.21%
B=33.62%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212352310.0600.020.08162.8625.9389.41
HexDDEBE76028a31a59
Octal3353533476021024332131
Binary110111011110101111100111110010100010100011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEBE7; }

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

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

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

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

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

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

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

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