#DEF1ED

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

Shades of Tranquil #DEF1ED

Tints of Tranquil #DEF1ED

Color information

#DEF1ED (or 0xDEF1ED) is unknown color: approx Tranquil. HEX triplet: DE, F1 and ED. RGB value is (222,241,237). Sum of RGB (Red+Green+Blue) = 222+241+237=700 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.71% from 700); Green value is 241 (94.53% from 255 or 34.43% from 700); Blue value is 237 (92.97% from 255 or 33.86% from 700); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1ED is #210E12. Grayscale: #EAEAEA. Windows color (decimal): -2166291 or 15593950. OLE color: 15593950.

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

Color convert

RGB222241237-
CMYK0.0800.020.05
HSL167.37º40.43%90.78%-
HSV(B)167.37º7.88%94.51%-
XYZ76.8784.5592.39-
YUV234.86129.21118.83-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.71%
GREEN value IS 241 (94.53% from 255) = 34.43%
BLUE value IS 237 (92.97% from 255) = 33.86%
R=31.71%
G=34.43%
B=33.86%

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
Decimal2222412370.0800.020.05167.3740.4390.78
HexDEF1ED8025a7285b
Octal3363613551002524750133
Binary1101111011110001111011011000010101101001111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1ED; }

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

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

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

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

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

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

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

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