#DEF9EF

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

Shades of Clear Day #DEF9EF

Tints of Clear Day #DEF9EF

Color information

#DEF9EF (or 0xDEF9EF) is unknown color: approx Clear Day. HEX triplet: DE, F9 and EF. RGB value is (222,249,239). Sum of RGB (Red+Green+Blue) = 222+249+239=710 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.27% from 710); Green value is 249 (97.66% from 255 or 35.07% from 710); Blue value is 239 (93.75% from 255 or 33.66% from 710); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF9EF is #210610. Grayscale: #EFEFEF. Windows color (decimal): -2164241 or 15727070. OLE color: 15727070.

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

Color convert

RGB222249239-
CMYK0.1100.040.02
HSL157.78º69.23%92.35%-
HSV(B)157.78º10.84%97.65%-
XYZ79.5889.5194.74-
YUV239.79127.55115.31-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.27%
GREEN value IS 249 (97.66% from 255) = 35.07%
BLUE value IS 239 (93.75% from 255) = 33.66%
R=31.27%
G=35.07%
B=33.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222492390.1100.040.02157.7869.2392.35
HexDEF9EFB0429e455c
Octal33637135713042236105134
Binary11011110111110011110111110110100101001111010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9EF; }

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

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

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

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

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

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

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

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