#DEF2EF

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

Shades of Tranquil #DEF2EF

Tints of Tranquil #DEF2EF

Color information

#DEF2EF (or 0xDEF2EF) is unknown color: approx Tranquil. HEX triplet: DE, F2 and EF. RGB value is (222,242,239). Sum of RGB (Red+Green+Blue) = 222+242+239=703 (93% of max value = 765). Red value is 222 (87.11% from 255 or 31.58% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2EF is #210D10. Grayscale: #EBEBEB. Windows color (decimal): -2166033 or 15725278. OLE color: 15725278.

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

Color convert

RGB222242239-
CMYK0.0800.010.05
HSL171º43.48%90.98%-
HSV(B)171º8.26%94.9%-
XYZ77.4685.2794.04-
YUV235.68129.87118.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.58%
GREEN value IS 242 (94.92% from 255) = 34.42%
BLUE value IS 239 (93.75% from 255) = 34.00%
R=31.58%
G=34.42%
B=34.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222422390.0800.010.0517143.4890.98
HexDEF2EF8015ab2b5b
Octal3363623571001525353133
Binary110111101111001011101111100001101101010111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2EF; }

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

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

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

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

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

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

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

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