#DFEDEA

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

Shades of Tranquil #DFEDEA

Tints of Tranquil #DFEDEA

Color information

#DFEDEA (or 0xDFEDEA) is unknown color: approx Tranquil. HEX triplet: DF, ED and EA. RGB value is (223,237,234). Sum of RGB (Red+Green+Blue) = 223+237+234=694 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.13% from 694); Green value is 237 (92.97% from 255 or 34.15% from 694); Blue value is 234 (91.80% from 255 or 33.72% from 694); Max value from RGB is 237 - color contains mainly: green. Hex color #DFEDEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEDEA is #201215. Grayscale: #E8E8E8. Windows color (decimal): -2101782 or 15396319. OLE color: 15396319.

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

Color convert

RGB223237234-
CMYK0.0600.010.07
HSL167.14º28%90.2%-
HSV(B)167.14º5.91%92.94%-
XYZ75.5782.289.72-
YUV232.47128.86121.24-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.13%
GREEN value IS 237 (92.97% from 255) = 34.15%
BLUE value IS 234 (91.80% from 255) = 33.72%
R=32.13%
G=34.15%
B=33.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232372340.0600.010.07167.142890.2
HexDFEDEA6017a71c5a
Octal337355352601724734132
Binary1101111111101101111010101100111110100111111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEDEA; }

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

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

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

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

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

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

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

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