#DFFAF4

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

Shades of Clear Day #DFFAF4

Tints of Clear Day #DFFAF4

Color information

#DFFAF4 (or 0xDFFAF4) is unknown color: approx Clear Day. HEX triplet: DF, FA and F4. RGB value is (223,250,244). Sum of RGB (Red+Green+Blue) = 223+250+244=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 250 (98.05% from 255 or 34.87% from 717); Blue value is 244 (95.70% from 255 or 34.03% from 717); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFAF4 is #20050B. Grayscale: #F1F1F1. Windows color (decimal): -2098444 or 16055007. OLE color: 16055007.

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

Color convert

RGB223250244-
CMYK0.1100.020.02
HSL166.67º72.97%92.75%-
HSV(B)166.67º10.8%98.04%-
XYZ80.9590.5998.81-
YUV241.24129.55114.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.10%
GREEN value IS 250 (98.05% from 255) = 34.87%
BLUE value IS 244 (95.70% from 255) = 34.03%
R=31.10%
G=34.87%
B=34.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232502440.1100.020.02166.6772.9792.75
HexDFFAF4B022a7495d
Octal33737236413022247111135
Binary1101111111111010111101001011010101010011110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFAF4; }

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

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

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

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

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

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

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

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