#DFEFED

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

Shades of Tranquil #DFEFED

Tints of Tranquil #DFEFED

Color information

#DFEFED (or 0xDFEFED) is unknown color: approx Tranquil. HEX triplet: DF, EF and ED. RGB value is (223,239,237). Sum of RGB (Red+Green+Blue) = 223+239+237=699 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.90% from 699); Green value is 239 (93.75% from 255 or 34.19% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 239 - color contains mainly: green. Hex color #DFEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEFED is #201012. Grayscale: #E9E9E9. Windows color (decimal): -2101267 or 15593439. OLE color: 15593439.

HSL color Cylindrical-coordinate representation of color #DFEFED: hue angle of 172.5º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFEFED is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB223239237-
CMYK0.0700.010.06
HSL172.5º33.33%90.59%-
HSV(B)172.5º6.69%93.73%-
XYZ76.5883.5492.21-
YUV233.99129.7120.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.90%
GREEN value IS 239 (93.75% from 255) = 34.19%
BLUE value IS 237 (92.97% from 255) = 33.91%
R=31.90%
G=34.19%
B=33.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2232392370.0700.010.06172.533.3390.59
HexDFEFED7016ac215b
Octal337357355701625441133
Binary11011111111011111110110111101110101011001000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEFED; }

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

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

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

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

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

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

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

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