#DEF9ED

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

Shades of Clear Day #DEF9ED

Tints of Clear Day #DEF9ED

Color information

#DEF9ED (or 0xDEF9ED) is unknown color: approx Clear Day. HEX triplet: DE, F9 and ED. RGB value is (222,249,237). Sum of RGB (Red+Green+Blue) = 222+249+237=708 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.36% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 237 (92.97% from 255 or 33.47% from 708); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF9ED is #210612. Grayscale: #EFEFEF. Windows color (decimal): -2164243 or 15595998. OLE color: 15595998.

HSL color Cylindrical-coordinate representation of color #DEF9ED: hue angle of 153.33º 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 #DEF9ED is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.02.

Color convert

RGB222249237-
CMYK0.1100.050.02
HSL153.33º69.23%92.35%-
HSV(B)153.33º10.84%97.65%-
XYZ79.2989.493.2-
YUV239.56126.55115.48-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.36%
GREEN value IS 249 (97.66% from 255) = 35.17%
BLUE value IS 237 (92.97% from 255) = 33.47%
R=31.36%
G=35.17%
B=33.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222492370.1100.050.02153.3369.2392.35
HexDEF9EDB05299455c
Octal33637135513052231105134
Binary11011110111110011110110110110101101001100110001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9ED; }

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

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

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

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

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

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

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

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