#DFEAE8

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

Shades of Tranquil #DFEAE8

Tints of Tranquil #DFEAE8

Color information

#DFEAE8 (or 0xDFEAE8) is unknown color: approx Tranquil. HEX triplet: DF, EA and E8. RGB value is (223,234,232). Sum of RGB (Red+Green+Blue) = 223+234+232=689 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.37% from 689); Green value is 234 (91.80% from 255 or 33.96% from 689); Blue value is 232 (91.02% from 255 or 33.67% from 689); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAE8 is #201517. Grayscale: #E6E6E6. Windows color (decimal): -2102552 or 15264479. OLE color: 15264479.

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

Color convert

RGB223234232-
CMYK0.0500.010.08
HSL169.09º20.75%89.61%-
HSV(B)169.09º4.7%91.76%-
XYZ74.4280.3687.93-
YUV230.48128.86122.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.37%
GREEN value IS 234 (91.80% from 255) = 33.96%
BLUE value IS 232 (91.02% from 255) = 33.67%
R=32.37%
G=33.96%
B=33.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232342320.0500.010.08169.0920.7589.61
HexDFEAE85018a9155a
Octal3373523505011025125132
Binary11011111111010101110100010101100010101001101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAE8; }

 p { color: rgb(223,234,232); }

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

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

 a { background-color: rgb(223,234,232); }

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

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

 span { border-color: rgb(223,234,232); }

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