#DEF6EF

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

Shades of Clear Day #DEF6EF

Tints of Clear Day #DEF6EF

Color information

#DEF6EF (or 0xDEF6EF) is unknown color: approx Clear Day. HEX triplet: DE, F6 and EF. RGB value is (222,246,239). Sum of RGB (Red+Green+Blue) = 222+246+239=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 246 (96.48% from 255 or 34.79% from 707); Blue value is 239 (93.75% from 255 or 33.80% from 707); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6EF is #210910. Grayscale: #EEEEEE. Windows color (decimal): -2165009 or 15726302. OLE color: 15726302.

HSL color Cylindrical-coordinate representation of color #DEF6EF: hue angle of 162.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF6EF is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB222246239-
CMYK0.1000.030.04
HSL162.5º57.14%91.76%-
HSV(B)162.5º9.76%96.47%-
XYZ78.6687.6794.44-
YUV238.03128.55116.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.40%
GREEN value IS 246 (96.48% from 255) = 34.79%
BLUE value IS 239 (93.75% from 255) = 33.80%
R=31.40%
G=34.79%
B=33.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222462390.1000.030.04162.557.1491.76
HexDEF6EFA034a2395c
Octal3363663571203424271134
Binary1101111011110110111011111010011100101000101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6EF; }

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

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

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

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

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

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

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

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