#DEFFF5

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

Shades of Clear Day #DEFFF5

Tints of Clear Day #DEFFF5

Color information

#DEFFF5 (or 0xDEFFF5) is unknown color: approx Clear Day. HEX triplet: DE, FF and F5. RGB value is (222,255,245). Sum of RGB (Red+Green+Blue) = 222+255+245=722 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.75% from 722); Green value is 255 (100% from 255 or 35.32% from 722); Blue value is 245 (96.09% from 255 or 33.93% from 722); Max value from RGB is 255 - color contains mainly: green. Hex color #DEFFF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFFF5 is #21000A. Grayscale: #F3F3F3. Windows color (decimal): -2162699 or 16121822. OLE color: 16121822.

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

Color convert

RGB222255245-
CMYK0.1300.040
HSL161.82º100%93.53%-
HSV(B)161.82º12.94%100%-
XYZ82.3793.64100.12-
YUV243.99128.57112.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.75%
GREEN value IS 255 (100% from 255) = 35.32%
BLUE value IS 245 (96.09% from 255) = 33.93%
R=30.75%
G=35.32%
B=33.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2222552450.1300.040161.8210093.53
HexDEFFF5D040a2645e
Octal33637736515040242144136
Binary1101111011111111111101011101010001010001011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFFF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFFF5; }

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

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

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

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

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

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

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

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