#DEF8F0

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

Shades of Clear Day #DEF8F0

Tints of Clear Day #DEF8F0

Color information

#DEF8F0 (or 0xDEF8F0) is unknown color: approx Clear Day. HEX triplet: DE, F8 and F0. RGB value is (222,248,240). Sum of RGB (Red+Green+Blue) = 222+248+240=710 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.27% from 710); Green value is 248 (97.27% from 255 or 34.93% from 710); Blue value is 240 (94.14% from 255 or 33.80% from 710); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8F0 is #21070F. Grayscale: #EFEFEF. Windows color (decimal): -2164496 or 15792350. OLE color: 15792350.

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

Color convert

RGB222248240-
CMYK0.1000.030.03
HSL161.54º65%92.16%-
HSV(B)161.54º10.48%97.25%-
XYZ79.4288.9695.42-
YUV239.31128.39115.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.27%
GREEN value IS 248 (97.27% from 255) = 34.93%
BLUE value IS 240 (94.14% from 255) = 33.80%
R=31.27%
G=34.93%
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.03
SystemRedGreenBlueCMYKHSL
Decimal2222482400.1000.030.03161.546592.16
HexDEF8F0A033a2415c
Octal33637036012033242101134
Binary1101111011111000111100001010011111010001010000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8F0; }

 p { color: rgb(222,248,240); }

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

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

 a { background-color: rgb(222,248,240); }

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

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

 span { border-color: rgb(222,248,240); }

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