#DFEAE6

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

Shades of Clear Day #DFEAE6

Tints of Clear Day #DFEAE6

Color information

#DFEAE6 (or 0xDFEAE6) is unknown color: approx Clear Day. HEX triplet: DF, EA and E6. RGB value is (223,234,230). Sum of RGB (Red+Green+Blue) = 223+234+230=687 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.46% from 687); Green value is 234 (91.80% from 255 or 34.06% from 687); Blue value is 230 (90.23% from 255 or 33.48% from 687); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEAE6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEAE6 is #201519. Grayscale: #E6E6E6. Windows color (decimal): -2102554 or 15133407. OLE color: 15133407.

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

Color convert

RGB223234230-
CMYK0.0500.020.08
HSL158.18º20.75%89.61%-
HSV(B)158.18º4.7%91.76%-
XYZ74.1480.2586.44-
YUV230.26127.86122.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.46%
GREEN value IS 234 (91.80% from 255) = 34.06%
BLUE value IS 230 (90.23% from 255) = 33.48%
R=32.46%
G=34.06%
B=33.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232342300.0500.020.08158.1820.7589.61
HexDFEAE650289e155a
Octal3373523465021023625132
Binary110111111110101011100110101010100010011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEAE6; }

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

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

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

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

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

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

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

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