#DFF2EB

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

Shades of Clear Day #DFF2EB

Tints of Clear Day #DFF2EB

Color information

#DFF2EB (or 0xDFF2EB) is unknown color: approx Clear Day. HEX triplet: DF, F2 and EB. RGB value is (223,242,235). Sum of RGB (Red+Green+Blue) = 223+242+235=700 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.86% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2EB is #200D14. Grayscale: #EBEBEB. Windows color (decimal): -2100501 or 15463135. OLE color: 15463135.

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

Color convert

RGB223242235-
CMYK0.0800.030.05
HSL157.89º42.22%91.18%-
HSV(B)157.89º7.85%94.9%-
XYZ77.1885.1990.97-
YUV235.52127.71119.07-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.86%
GREEN value IS 242 (94.92% from 255) = 34.57%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=31.86%
G=34.57%
B=33.57%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232422350.0800.030.05157.8942.2291.18
HexDFF2EB80359e2a5b
Octal3373623531003523652133
Binary1101111111110010111010111000011101100111101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2EB; }

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

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

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

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

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

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

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

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