#DFFAF0

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

Shades of Clear Day #DFFAF0

Tints of Clear Day #DFFAF0

Color information

#DFFAF0 (or 0xDFFAF0) is unknown color: approx Clear Day. HEX triplet: DF, FA and F0. RGB value is (223,250,240). Sum of RGB (Red+Green+Blue) = 223+250+240=713 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.28% from 713); Green value is 250 (98.05% from 255 or 35.06% from 713); Blue value is 240 (94.14% from 255 or 33.66% from 713); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAF0 is #20050F. Grayscale: #F0F0F0. Windows color (decimal): -2098448 or 15792863. OLE color: 15792863.

HSL color Cylindrical-coordinate representation of color #DFFAF0: hue angle of 157.78º degrees, saturation: 0.73, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFAF0 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB223250240-
CMYK0.1100.040.02
HSL157.78º72.97%92.75%-
HSV(B)157.78º10.8%98.04%-
XYZ80.3590.3595.64-
YUV240.79127.55115.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.28%
GREEN value IS 250 (98.05% from 255) = 35.06%
BLUE value IS 240 (94.14% from 255) = 33.66%
R=31.28%
G=35.06%
B=33.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232502400.1100.040.02157.7872.9792.75
HexDFFAF0B0429e495d
Octal33737236013042236111135
Binary11011111111110101111000010110100101001111010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAF0; }

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

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

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

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

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

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

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

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