#DEF1EC

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

Shades of Clear Day #DEF1EC

Tints of Clear Day #DEF1EC

Color information

#DEF1EC (or 0xDEF1EC) is unknown color: approx Clear Day. HEX triplet: DE, F1 and EC. RGB value is (222,241,236). Sum of RGB (Red+Green+Blue) = 222+241+236=699 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.76% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 236 (92.58% from 255 or 33.76% from 699); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1EC is #210E13. Grayscale: #EAEAEA. Windows color (decimal): -2166292 or 15528414. OLE color: 15528414.

HSL color Cylindrical-coordinate representation of color #DEF1EC: hue angle of 164.21º degrees, saturation: 0.4, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF1EC is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB222241236-
CMYK0.0800.020.05
HSL164.21º40.43%90.78%-
HSV(B)164.21º7.88%94.51%-
XYZ76.7284.591.62-
YUV234.75128.71118.91-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.76%
GREEN value IS 241 (94.53% from 255) = 34.48%
BLUE value IS 236 (92.58% from 255) = 33.76%
R=31.76%
G=34.48%
B=33.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222412360.0800.020.05164.2140.4390.78
HexDEF1EC8025a4285b
Octal3363613541002524450133
Binary1101111011110001111011001000010101101001001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1EC; }

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

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

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

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

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

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

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

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