#DEF5EF

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

Shades of Clear Day #DEF5EF

Tints of Clear Day #DEF5EF

Color information

#DEF5EF (or 0xDEF5EF) is unknown color: approx Clear Day. HEX triplet: DE, F5 and EF. RGB value is (222,245,239). Sum of RGB (Red+Green+Blue) = 222+245+239=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 245 (96.09% from 255 or 34.70% from 706); Blue value is 239 (93.75% from 255 or 33.85% from 706); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5EF is #210A10. Grayscale: #EDEDED. Windows color (decimal): -2165265 or 15726046. OLE color: 15726046.

HSL color Cylindrical-coordinate representation of color #DEF5EF: hue angle of 164.35º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF5EF is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.

Color convert

RGB222245239-
CMYK0.0900.020.04
HSL164.35º53.49%91.57%-
HSV(B)164.35º9.39%96.08%-
XYZ78.3687.0794.34-
YUV237.44128.88116.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.44%
GREEN value IS 245 (96.09% from 255) = 34.70%
BLUE value IS 239 (93.75% from 255) = 33.85%
R=31.44%
G=34.70%
B=33.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222452390.0900.020.04164.3553.4991.57
HexDEF5EF9024a4355c
Octal3363653571102424465134
Binary1101111011110101111011111001010100101001001101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5EF; }

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

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

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

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

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

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

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

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