#DDEAE6

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

Shades of Tranquil #DDEAE6

Tints of Tranquil #DDEAE6

Color information

#DDEAE6 (or 0xDDEAE6) is unknown color: approx Tranquil. HEX triplet: DD, EA and E6. RGB value is (221,234,230). Sum of RGB (Red+Green+Blue) = 221+234+230=685 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.26% from 685); Green value is 234 (91.80% from 255 or 34.16% from 685); Blue value is 230 (90.23% from 255 or 33.58% from 685); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DDEAE6 is #221519. Grayscale: #E5E5E5. Windows color (decimal): -2233626 or 15133405. OLE color: 15133405.

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

Color convert

RGB221234230-
CMYK0.0600.020.08
HSL161.54º23.64%89.22%-
HSV(B)161.54º5.56%91.76%-
XYZ73.5279.9386.42-
YUV229.66128.19121.83-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.26%
GREEN value IS 234 (91.80% from 255) = 34.16%
BLUE value IS 230 (90.23% from 255) = 33.58%
R=32.26%
G=34.16%
B=33.58%

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
Decimal2212342300.0600.020.08161.5423.6489.22
HexDDEAE66028a21859
Octal3353523466021024230131
Binary110111011110101011100110110010100010100010110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEAE6; }

 p { color: rgb(221,234,230); }

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

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

 a { background-color: rgb(221,234,230); }

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

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

 span { border-color: rgb(221,234,230); }

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