#DFFCF6

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

Shades of Clear Day #DFFCF6

Tints of Clear Day #DFFCF6

Color information

#DFFCF6 (or 0xDFFCF6) is unknown color: approx Clear Day. HEX triplet: DF, FC and F6. RGB value is (223,252,246). Sum of RGB (Red+Green+Blue) = 223+252+246=721 (95% of max value = 765). Red value is 223 (87.5% from 255 or 30.93% from 721); Green value is 252 (98.83% from 255 or 34.95% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCF6 is #200309. Grayscale: #F2F2F2. Windows color (decimal): -2097930 or 16186591. OLE color: 16186591.

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

Color convert

RGB223252246-
CMYK0.1200.020.01
HSL167.59º82.86%93.14%-
HSV(B)167.59º11.51%98.82%-
XYZ81.8891.96100.62-
YUV242.64129.89113.99-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 30.93%
GREEN value IS 252 (98.83% from 255) = 34.95%
BLUE value IS 246 (96.48% from 255) = 34.12%
R=30.93%
G=34.95%
B=34.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232522460.1200.020.01167.5982.8693.14
HexDFFCF6C021a8535d
Octal33737436614021250123135
Binary110111111111110011110110110001011010100010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCF6; }

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

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

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

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

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

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

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

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