#DFFCF2

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

Shades of Clear Day #DFFCF2

Tints of Clear Day #DFFCF2

Color information

#DFFCF2 (or 0xDFFCF2) is unknown color: approx Clear Day. HEX triplet: DF, FC and F2. RGB value is (223,252,242). Sum of RGB (Red+Green+Blue) = 223+252+242=717 (94% of max value = 765). Red value is 223 (87.5% from 255 or 31.10% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 242 (94.92% from 255 or 33.75% from 717); Max value from RGB is 252 - color contains mainly: green. Hex color #DFFCF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFFCF2 is #20030D. Grayscale: #F2F2F2. Windows color (decimal): -2097934 or 15924447. OLE color: 15924447.

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

Color convert

RGB223252242-
CMYK0.1200.040.01
HSL159.31º82.86%93.14%-
HSV(B)159.31º11.51%98.82%-
XYZ81.2791.7297.42-
YUV242.19127.89114.31-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.10%
GREEN value IS 252 (98.83% from 255) = 35.15%
BLUE value IS 242 (94.92% from 255) = 33.75%
R=31.10%
G=35.15%
B=33.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2232522420.1200.040.01159.3182.8693.14
HexDFFCF2C0419f535d
Octal33737436214041237123135
Binary1101111111111100111100101100010011001111110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFCF2; }

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

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

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

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

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

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

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

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