#DEF6EE

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

Shades of Clear Day #DEF6EE

Tints of Clear Day #DEF6EE

Color information

#DEF6EE (or 0xDEF6EE) is unknown color: approx Clear Day. HEX triplet: DE, F6 and EE. RGB value is (222,246,238). Sum of RGB (Red+Green+Blue) = 222+246+238=706 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.44% from 706); Green value is 246 (96.48% from 255 or 34.84% from 706); Blue value is 238 (93.36% from 255 or 33.71% from 706); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF6EE is #210911. Grayscale: #EDEDED. Windows color (decimal): -2165010 or 15660766. OLE color: 15660766.

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

Color convert

RGB222246238-
CMYK0.1000.030.04
HSL160º57.14%91.76%-
HSV(B)160º9.76%96.47%-
XYZ78.5187.6193.66-
YUV237.91128.05116.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.44%
GREEN value IS 246 (96.48% from 255) = 34.84%
BLUE value IS 238 (93.36% from 255) = 33.71%
R=31.44%
G=34.84%
B=33.71%

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
Decimal2222462380.1000.030.0416057.1491.76
HexDEF6EEA034a0395c
Octal3363663561203424071134
Binary1101111011110110111011101010011100101000001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6EE; }

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

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

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

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

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

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

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

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