#DEF2EE

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

Shades of Tranquil #DEF2EE

Tints of Tranquil #DEF2EE

Color information

#DEF2EE (or 0xDEF2EE) is unknown color: approx Tranquil. HEX triplet: DE, F2 and EE. RGB value is (222,242,238). Sum of RGB (Red+Green+Blue) = 222+242+238=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 238 (93.36% from 255 or 33.90% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF2EE is #210D11. Grayscale: #EBEBEB. Windows color (decimal): -2166034 or 15659742. OLE color: 15659742.

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

Color convert

RGB222242238-
CMYK0.0800.020.05
HSL168º43.48%90.98%-
HSV(B)168º8.26%94.9%-
XYZ77.3185.2193.26-
YUV235.56129.37118.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.62%
GREEN value IS 242 (94.92% from 255) = 34.47%
BLUE value IS 238 (93.36% from 255) = 33.90%
R=31.62%
G=34.47%
B=33.90%

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
Decimal2222422380.0800.020.0516843.4890.98
HexDEF2EE8025a82b5b
Octal3363623561002525053133
Binary1101111011110010111011101000010101101010001010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2EE; }

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

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

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

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

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

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

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

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