#DFFCF0

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

Shades of Clear Day #DFFCF0

Tints of Clear Day #DFFCF0

Color information

#DFFCF0 (or 0xDFFCF0) is unknown color: approx Clear Day. HEX triplet: DF, FC and F0. RGB value is (223,252,240). Sum of RGB (Red+Green+Blue) = 223+252+240=715 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.19% from 715); Green value is 252 (98.83% from 255 or 35.24% from 715); Blue value is 240 (94.14% from 255 or 33.57% from 715); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCF0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCF0 is #20030F. Grayscale: #F1F1F1. Windows color (decimal): -2097936 or 15793375. OLE color: 15793375.

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

Color convert

RGB223252240-
CMYK0.1200.050.01
HSL155.17º82.86%93.14%-
HSV(B)155.17º11.51%98.82%-
XYZ80.9791.695.85-
YUV241.96126.89114.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.19%
GREEN value IS 252 (98.83% from 255) = 35.24%
BLUE value IS 240 (94.14% from 255) = 33.57%
R=31.19%
G=35.24%
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.01
SystemRedGreenBlueCMYKHSL
Decimal2232522400.1200.050.01155.1782.8693.14
HexDFFCF0C0519b535d
Octal33737436014051233123135
Binary1101111111111100111100001100010111001101110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCF0; }

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

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

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

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

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

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

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

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