#DEF8F1

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

Shades of Clear Day #DEF8F1

Tints of Clear Day #DEF8F1

Color information

#DEF8F1 (or 0xDEF8F1) is unknown color: approx Clear Day. HEX triplet: DE, F8 and F1. RGB value is (222,248,241). Sum of RGB (Red+Green+Blue) = 222+248+241=711 (94% of max value = 765). Red value is 222 (87.11% from 255 or 31.22% from 711); Green value is 248 (97.27% from 255 or 34.88% from 711); Blue value is 241 (94.53% from 255 or 33.90% from 711); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF8F1 is #21070E. Grayscale: #EFEFEF. Windows color (decimal): -2164495 or 15857886. OLE color: 15857886.

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

Color convert

RGB222248241-
CMYK0.1000.030.03
HSL163.85º65%92.16%-
HSV(B)163.85º10.48%97.25%-
XYZ79.5789.0296.21-
YUV239.43128.89115.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.22%
GREEN value IS 248 (97.27% from 255) = 34.88%
BLUE value IS 241 (94.53% from 255) = 33.90%
R=31.22%
G=34.88%
B=33.90%

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
Decimal2222482410.1000.030.03163.856592.16
HexDEF8F1A033a4415c
Octal33637036112033244101134
Binary1101111011111000111100011010011111010010010000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8F1; }

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

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

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

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

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

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

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

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