#DFF2EC

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

Shades of Clear Day #DFF2EC

Tints of Clear Day #DFF2EC

Color information

#DFF2EC (or 0xDFF2EC) is unknown color: approx Clear Day. HEX triplet: DF, F2 and EC. RGB value is (223,242,236). Sum of RGB (Red+Green+Blue) = 223+242+236=701 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.81% from 701); Green value is 242 (94.92% from 255 or 34.52% from 701); Blue value is 236 (92.58% from 255 or 33.67% from 701); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2EC is #200D13. Grayscale: #EBEBEB. Windows color (decimal): -2100500 or 15528671. OLE color: 15528671.

HSL color Cylindrical-coordinate representation of color #DFF2EC: hue angle of 161.05º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DFF2EC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB223242236-
CMYK0.0800.020.05
HSL161.05º42.22%91.18%-
HSV(B)161.05º7.85%94.9%-
XYZ77.3285.2591.74-
YUV235.64128.21118.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.81%
GREEN value IS 242 (94.92% from 255) = 34.52%
BLUE value IS 236 (92.58% from 255) = 33.67%
R=31.81%
G=34.52%
B=33.67%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232422360.0800.020.05161.0542.2291.18
HexDFF2EC8025a12a5b
Octal3373623541002524152133
Binary1101111111110010111011001000010101101000011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2EC; }

 p { color: rgb(223,242,236); }

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

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

 a { background-color: rgb(223,242,236); }

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

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

 span { border-color: rgb(223,242,236); }

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