#DEF1EE

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

Shades of Tranquil #DEF1EE

Tints of Tranquil #DEF1EE

Color information

#DEF1EE (or 0xDEF1EE) is unknown color: approx Tranquil. HEX triplet: DE, F1 and EE. RGB value is (222,241,238). Sum of RGB (Red+Green+Blue) = 222+241+238=701 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.67% from 701); Green value is 241 (94.53% from 255 or 34.38% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1EE is #210E11. Grayscale: #EAEAEA. Windows color (decimal): -2166290 or 15659486. OLE color: 15659486.

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

Color convert

RGB222241238-
CMYK0.0800.010.05
HSL170.53º40.43%90.78%-
HSV(B)170.53º7.88%94.51%-
XYZ77.0184.6193.16-
YUV234.98129.71118.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.67%
GREEN value IS 241 (94.53% from 255) = 34.38%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=31.67%
G=34.38%
B=33.95%

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
Decimal2222412380.0800.010.05170.5340.4390.78
HexDEF1EE8015ab285b
Octal3363613561001525350133
Binary110111101111000111101110100001101101010111010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1EE; }

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

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

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

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

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

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

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

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