#DEF3ED

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

Shades of Clear Day #DEF3ED

Tints of Clear Day #DEF3ED

Color information

#DEF3ED (or 0xDEF3ED) is unknown color: approx Clear Day. HEX triplet: DE, F3 and ED. RGB value is (222,243,237). Sum of RGB (Red+Green+Blue) = 222+243+237=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 243 (95.31% from 255 or 34.62% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF3ED is #210C12. Grayscale: #ECECEC. Windows color (decimal): -2165779 or 15594462. OLE color: 15594462.

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

Color convert

RGB222243237-
CMYK0.0900.020.05
HSL162.86º46.67%91.18%-
HSV(B)162.86º8.64%95.29%-
XYZ77.4685.7592.59-
YUV236.04128.54117.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.62%
GREEN value IS 243 (95.31% from 255) = 34.62%
BLUE value IS 237 (92.97% from 255) = 33.76%
R=31.62%
G=34.62%
B=33.76%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222432370.0900.020.05162.8646.6791.18
HexDEF3ED9025a32f5b
Octal3363633551102524357133
Binary1101111011110011111011011001010101101000111011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3ED; }

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

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

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

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

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

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

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

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