#DEEFED

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

Shades of Tranquil #DEEFED

Tints of Tranquil #DEEFED

Color information

#DEEFED (or 0xDEEFED) is unknown color: approx Tranquil. HEX triplet: DE, EF and ED. RGB value is (222,239,237). Sum of RGB (Red+Green+Blue) = 222+239+237=698 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.81% from 698); Green value is 239 (93.75% from 255 or 34.24% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFED is #211012. Grayscale: #E9E9E9. Windows color (decimal): -2166803 or 15593438. OLE color: 15593438.

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

Color convert

RGB222239237-
CMYK0.0700.010.06
HSL172.94º34.69%90.39%-
HSV(B)172.94º7.11%93.73%-
XYZ76.2883.3892.19-
YUV233.69129.87119.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.81%
GREEN value IS 239 (93.75% from 255) = 34.24%
BLUE value IS 237 (92.97% from 255) = 33.95%
R=31.81%
G=34.24%
B=33.95%

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
Decimal2222392370.0700.010.06172.9434.6990.39
HexDEEFED7016ad235a
Octal336357355701625543132
Binary11011110111011111110110111101110101011011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFED; }

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

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

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

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

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

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

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

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