#DEFDF5

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

Shades of Clear Day #DEFDF5

Tints of Clear Day #DEFDF5

Color information

#DEFDF5 (or 0xDEFDF5) is unknown color: approx Clear Day. HEX triplet: DE, FD and F5. RGB value is (222,253,245). Sum of RGB (Red+Green+Blue) = 222+253+245=720 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.83% from 720); Green value is 253 (99.22% from 255 or 35.14% from 720); Blue value is 245 (96.09% from 255 or 34.03% from 720); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDF5 is #21020A. Grayscale: #F2F2F2. Windows color (decimal): -2163211 or 16121310. OLE color: 16121310.

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

Color convert

RGB222253245-
CMYK0.1200.030.01
HSL164.52º88.57%93.14%-
HSV(B)164.52º12.25%99.22%-
XYZ81.7392.3799.91-
YUV242.82129.23113.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.83%
GREEN value IS 253 (99.22% from 255) = 35.14%
BLUE value IS 245 (96.09% from 255) = 34.03%
R=30.83%
G=35.14%
B=34.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222532450.1200.030.01164.5288.5793.14
HexDEFDF5C031a5595d
Octal33637536514031245131135
Binary110111101111110111110101110001111010010110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDF5; }

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

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

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

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

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

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

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

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