#DEF7EE

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

Shades of Clear Day #DEF7EE

Tints of Clear Day #DEF7EE

Color information

#DEF7EE (or 0xDEF7EE) is unknown color: approx Clear Day. HEX triplet: DE, F7 and EE. RGB value is (222,247,238). Sum of RGB (Red+Green+Blue) = 222+247+238=707 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.40% from 707); Green value is 247 (96.88% from 255 or 34.94% from 707); Blue value is 238 (93.36% from 255 or 33.66% from 707); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF7EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF7EE is #210811. Grayscale: #EEEEEE. Windows color (decimal): -2164754 or 15661022. OLE color: 15661022.

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

Color convert

RGB222247238-
CMYK0.1000.040.03
HSL158.4º60.98%91.96%-
HSV(B)158.4º10.12%96.86%-
XYZ78.8288.2293.76-
YUV238.5127.72116.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.40%
GREEN value IS 247 (96.88% from 255) = 34.94%
BLUE value IS 238 (93.36% from 255) = 33.66%
R=31.40%
G=34.94%
B=33.66%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222472380.1000.040.03158.460.9891.96
HexDEF7EEA0439e3d5c
Octal3363673561204323675134
Binary1101111011110111111011101010010011100111101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF7EE; }

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

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

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

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

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

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

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

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