#DFFDF1

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

Shades of Clear Day #DFFDF1

Tints of Clear Day #DFFDF1

Color information

#DFFDF1 (or 0xDFFDF1) is unknown color: approx Clear Day. HEX triplet: DF, FD and F1. RGB value is (223,253,241). Sum of RGB (Red+Green+Blue) = 223+253+241=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 253 (99.22% from 255 or 35.29% from 717); Blue value is 241 (94.53% from 255 or 33.61% from 717); Max value from RGB is 253 - color contains mainly: green. Hex color #DFFDF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFDF1 is #20020E. Grayscale: #F2F2F2. Windows color (decimal): -2097679 or 15859167. OLE color: 15859167.

HSL color Cylindrical-coordinate representation of color #DFFDF1: hue angle of 156º degrees, saturation: 0.88, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFFDF1 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB223253241-
CMYK0.1200.050.01
HSL156º88.24%93.33%-
HSV(B)156º11.86%99.22%-
XYZ81.4392.2996.74-
YUV242.66127.06113.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.10%
GREEN value IS 253 (99.22% from 255) = 35.29%
BLUE value IS 241 (94.53% from 255) = 33.61%
R=31.10%
G=35.29%
B=33.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232532410.1200.050.0115688.2493.33
HexDFFDF1C0519c585d
Octal33737536114051234130135
Binary1101111111111101111100011100010111001110010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFDF1; }

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

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

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

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

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

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

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

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