#DFF0EA

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

Shades of Clear Day #DFF0EA

Tints of Clear Day #DFF0EA

Color information

#DFF0EA (or 0xDFF0EA) is unknown color: approx Clear Day. HEX triplet: DF, F0 and EA. RGB value is (223,240,234). Sum of RGB (Red+Green+Blue) = 223+240+234=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 240 (94.14% from 255 or 34.43% from 697); Blue value is 234 (91.80% from 255 or 33.57% from 697); Max value from RGB is 240 - color contains mainly: green. Hex color #DFF0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF0EA is #200F15. Grayscale: #EAEAEA. Windows color (decimal): -2101014 or 15397087. OLE color: 15397087.

HSL color Cylindrical-coordinate representation of color #DFF0EA: hue angle of 158.82º degrees, saturation: 0.36, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFF0EA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB223240234-
CMYK0.0700.020.06
HSL158.82º36.17%90.78%-
HSV(B)158.82º7.08%94.12%-
XYZ76.4483.9590.02-
YUV234.23127.87119.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 240 (94.14% from 255) = 34.43%
BLUE value IS 234 (91.80% from 255) = 33.57%
R=31.99%
G=34.43%
B=33.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232402340.0700.020.06158.8236.1790.78
HexDFF0EA70269f245b
Octal337360352702623744133
Binary110111111111000011101010111010110100111111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF0EA; }

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

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

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

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

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

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

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

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