#DEF5EE

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

Shades of Clear Day #DEF5EE

Tints of Clear Day #DEF5EE

Color information

#DEF5EE (or 0xDEF5EE) is unknown color: approx Clear Day. HEX triplet: DE, F5 and EE. RGB value is (222,245,238). Sum of RGB (Red+Green+Blue) = 222+245+238=705 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.49% from 705); Green value is 245 (96.09% from 255 or 34.75% from 705); Blue value is 238 (93.36% from 255 or 33.76% from 705); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF5EE is #210A11. Grayscale: #EDEDED. Windows color (decimal): -2165266 or 15660510. OLE color: 15660510.

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

Color convert

RGB222245238-
CMYK0.0900.030.04
HSL161.74º53.49%91.57%-
HSV(B)161.74º9.39%96.08%-
XYZ78.2187.0193.56-
YUV237.32128.38117.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.49%
GREEN value IS 245 (96.09% from 255) = 34.75%
BLUE value IS 238 (93.36% from 255) = 33.76%
R=31.49%
G=34.75%
B=33.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222452380.0900.030.04161.7453.4991.57
HexDEF5EE9034a2355c
Octal3363653561103424265134
Binary1101111011110101111011101001011100101000101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF5EE; }

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

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

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

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

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

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

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

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