#DFF1EB

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

Shades of Clear Day #DFF1EB

Tints of Clear Day #DFF1EB

Color information

#DFF1EB (or 0xDFF1EB) is unknown color: approx Clear Day. HEX triplet: DF, F1 and EB. RGB value is (223,241,235). Sum of RGB (Red+Green+Blue) = 223+241+235=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 235 (92.19% from 255 or 33.62% from 699); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF1EB is #200E14. Grayscale: #EAEAEA. Windows color (decimal): -2100757 or 15462879. OLE color: 15462879.

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

Color convert

RGB223241235-
CMYK0.0700.020.05
HSL160º39.13%90.98%-
HSV(B)160º7.47%94.51%-
XYZ76.8884.690.87-
YUV234.93128.04119.49-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.90%
GREEN value IS 241 (94.53% from 255) = 34.48%
BLUE value IS 235 (92.19% from 255) = 33.62%
R=31.90%
G=34.48%
B=33.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232412350.0700.020.0516039.1390.98
HexDFF1EB7025a0275b
Octal337361353702524047133
Binary110111111111000111101011111010101101000001001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1EB; }

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

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

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

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

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

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

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

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