#DFF2ED

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

Shades of Clear Day #DFF2ED

Tints of Clear Day #DFF2ED

Color information

#DFF2ED (or 0xDFF2ED) is unknown color: approx Clear Day. HEX triplet: DF, F2 and ED. RGB value is (223,242,237). Sum of RGB (Red+Green+Blue) = 223+242+237=702 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.77% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 237 (92.97% from 255 or 33.76% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2ED is #200D12. Grayscale: #EBEBEB. Windows color (decimal): -2100499 or 15594207. OLE color: 15594207.

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

Color convert

RGB223242237-
CMYK0.0800.020.05
HSL164.21º42.22%91.18%-
HSV(B)164.21º7.85%94.9%-
XYZ77.4785.3192.5-
YUV235.75128.71118.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.77%
GREEN value IS 242 (94.92% from 255) = 34.47%
BLUE value IS 237 (92.97% from 255) = 33.76%
R=31.77%
G=34.47%
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
Decimal2232422370.0800.020.05164.2142.2291.18
HexDFF2ED8025a42a5b
Octal3373623551002524452133
Binary1101111111110010111011011000010101101001001010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2ED; }

 p { color: rgb(223,242,237); }

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

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

 a { background-color: rgb(223,242,237); }

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

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

 span { border-color: rgb(223,242,237); }

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