#DFFEF1

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

Shades of Clear Day #DFFEF1

Tints of Clear Day #DFFEF1

Color information

#DFFEF1 (or 0xDFFEF1) is unknown color: approx Clear Day. HEX triplet: DF, FE and F1. RGB value is (223,254,241). Sum of RGB (Red+Green+Blue) = 223+254+241=718 (95% of max value = 765). Red value is 223 (87.5% from 255 or 31.06% from 718); Green value is 254 (99.61% from 255 or 35.38% from 718); Blue value is 241 (94.53% from 255 or 33.57% from 718); Max value from RGB is 254 - color contains mainly: green. Hex color #DFFEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFEF1 is #20010E. Grayscale: #F3F3F3. Windows color (decimal): -2097423 or 15859423. OLE color: 15859423.

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

Color convert

RGB223254241-
CMYK0.1200.050.00
HSL154.84º93.94%93.53%-
HSV(B)154.84º12.2%99.61%-
XYZ81.7592.9296.85-
YUV243.25126.73113.56-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.06%
GREEN value IS 254 (99.61% from 255) = 35.38%
BLUE value IS 241 (94.53% from 255) = 33.57%
R=31.06%
G=35.38%
B=33.57%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2232542410.1200.050.00154.8493.9493.53
HexDFFEF1C0509b5e5e
Octal33737636114050233136136
Binary1101111111111110111100011100010101001101110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFEF1; }

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

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

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

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

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

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

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

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