#DEF3EB

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

Shades of Clear Day #DEF3EB

Tints of Clear Day #DEF3EB

Color information

#DEF3EB (or 0xDEF3EB) is unknown color: approx Clear Day. HEX triplet: DE, F3 and EB. RGB value is (222,243,235). Sum of RGB (Red+Green+Blue) = 222+243+235=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 243 (95.31% from 255 or 34.71% from 700); Blue value is 235 (92.19% from 255 or 33.57% from 700); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF3EB is #210C14. Grayscale: #EBEBEB. Windows color (decimal): -2165781 or 15463390. OLE color: 15463390.

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

Color convert

RGB222243235-
CMYK0.0900.030.05
HSL157.14º46.67%91.18%-
HSV(B)157.14º8.64%95.29%-
XYZ77.1785.6391.06-
YUV235.81127.54118.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 243 (95.31% from 255) = 34.71%
BLUE value IS 235 (92.19% from 255) = 33.57%
R=31.71%
G=34.71%
B=33.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222432350.0900.030.05157.1446.6791.18
HexDEF3EB90359d2f5b
Octal3363633531103523557133
Binary1101111011110011111010111001011101100111011011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3EB; }

 p { color: rgb(222,243,235); }

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

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

 a { background-color: rgb(222,243,235); }

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

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

 span { border-color: rgb(222,243,235); }

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