#DEFFF7

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

Shades of Clear Day #DEFFF7

Tints of Clear Day #DEFFF7

Color information

#DEFFF7 (or 0xDEFFF7) is unknown color: approx Clear Day. HEX triplet: DE, FF and F7. RGB value is (222,255,247). Sum of RGB (Red+Green+Blue) = 222+255+247=724 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.66% from 724); Green value is 255 (100% from 255 or 35.22% from 724); Blue value is 247 (96.88% from 255 or 34.12% from 724); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFF7 is #210008. Grayscale: #F4F4F4. Windows color (decimal): -2162697 or 16252894. OLE color: 16252894.

HSL color Cylindrical-coordinate representation of color #DEFFF7: hue angle of 165.45º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEFFF7 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.

Color convert

RGB222255247-
CMYK0.1300.030
HSL165.45º100%93.53%-
HSV(B)165.45º12.94%100%-
XYZ82.6793.76101.74-
YUV244.22129.57112.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.66%
GREEN value IS 255 (100% from 255) = 35.22%
BLUE value IS 247 (96.88% from 255) = 34.12%
R=30.66%
G=35.22%
B=34.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552470.1300.030165.4510093.53
HexDEFFF7D030a5645e
Octal33637736715030245144136
Binary110111101111111111110111110101101010010111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFF7; }

 p { color: rgb(222,255,247); }

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

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

 a { background-color: rgb(222,255,247); }

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

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

 span { border-color: rgb(222,255,247); }

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