#DFFEF0

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

Shades of Clear Day #DFFEF0

Tints of Clear Day #DFFEF0

Color information

#DFFEF0 (or 0xDFFEF0) is unknown color: approx Clear Day. HEX triplet: DF, FE and F0. RGB value is (223,254,240). Sum of RGB (Red+Green+Blue) = 223+254+240=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 254 (99.61% from 255 or 35.43% from 717); Blue value is 240 (94.14% from 255 or 33.47% from 717); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFEF0 is #20010F. Grayscale: #F3F3F3. Windows color (decimal): -2097424 or 15793887. OLE color: 15793887.

HSL color Cylindrical-coordinate representation of color #DFFEF0: hue angle of 152.9º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFEF0 is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.00.

Color convert

RGB223254240-
CMYK0.1200.060.00
HSL152.9º93.94%93.53%-
HSV(B)152.9º12.2%99.61%-
XYZ81.692.8696.06-
YUV243.14126.23113.64-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.10%
GREEN value IS 254 (99.61% from 255) = 35.43%
BLUE value IS 240 (94.14% from 255) = 33.47%
R=31.10%
G=35.43%
B=33.47%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232542400.1200.060.00152.993.9493.53
HexDFFEF0C060995e5e
Octal33737636014060231136136
Binary1101111111111110111100001100011001001100110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFEF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFEF0; }

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

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

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

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

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

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

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

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