#DFFAF1

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

Shades of Clear Day #DFFAF1

Tints of Clear Day #DFFAF1

Color information

#DFFAF1 (or 0xDFFAF1) is unknown color: approx Clear Day. HEX triplet: DF, FA and F1. RGB value is (223,250,241). Sum of RGB (Red+Green+Blue) = 223+250+241=714 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.23% from 714); Green value is 250 (98.05% from 255 or 35.01% from 714); Blue value is 241 (94.53% from 255 or 33.75% from 714); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAF1 is #20050E. Grayscale: #F0F0F0. Windows color (decimal): -2098447 or 15858399. OLE color: 15858399.

HSL color Cylindrical-coordinate representation of color #DFFAF1: hue angle of 160º 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 #DFFAF1 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB223250241-
CMYK0.1100.040.02
HSL160º72.97%92.75%-
HSV(B)160º10.8%98.04%-
XYZ80.4990.4196.43-
YUV240.9128.05115.23-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.23%
GREEN value IS 250 (98.05% from 255) = 35.01%
BLUE value IS 241 (94.53% from 255) = 33.75%
R=31.23%
G=35.01%
B=33.75%

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
Decimal2232502410.1100.040.0216072.9792.75
HexDFFAF1B042a0495d
Octal33737236113042240111135
Binary11011111111110101111000110110100101010000010010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAF1; }

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

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

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

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

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

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

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

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