#DEFDF6

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

Shades of Clear Day #DEFDF6

Tints of Clear Day #DEFDF6

Color information

#DEFDF6 (or 0xDEFDF6) is unknown color: approx Clear Day. HEX triplet: DE, FD and F6. RGB value is (222,253,246). Sum of RGB (Red+Green+Blue) = 222+253+246=721 (95% of max value = 765). Red value is 222 (87.11% from 255 or 30.79% from 721); Green value is 253 (99.22% from 255 or 35.09% from 721); Blue value is 246 (96.48% from 255 or 34.12% from 721); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEFDF6 is #210209. Grayscale: #F2F2F2. Windows color (decimal): -2163210 or 16186846. OLE color: 16186846.

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

Color convert

RGB222253246-
CMYK0.1200.030.01
HSL166.45º88.57%93.14%-
HSV(B)166.45º12.25%99.22%-
XYZ81.8892.43100.71-
YUV242.93129.73113.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 30.79%
GREEN value IS 253 (99.22% from 255) = 35.09%
BLUE value IS 246 (96.48% from 255) = 34.12%
R=30.79%
G=35.09%
B=34.12%

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
Decimal2222532460.1200.030.01166.4588.5793.14
HexDEFDF6C031a6595d
Octal33637536614031246131135
Binary110111101111110111110110110001111010011010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDF6; }

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

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

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

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

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

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

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

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