#DEF1EF

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

Shades of Tranquil #DEF1EF

Tints of Tranquil #DEF1EF

Color information

#DEF1EF (or 0xDEF1EF) is unknown color: approx Tranquil. HEX triplet: DE, F1 and EF. RGB value is (222,241,239). Sum of RGB (Red+Green+Blue) = 222+241+239=702 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.62% from 702); Green value is 241 (94.53% from 255 or 34.33% from 702); Blue value is 239 (93.75% from 255 or 34.05% from 702); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEF1EF is #210E10. Grayscale: #EBEBEB. Windows color (decimal): -2166289 or 15725022. OLE color: 15725022.

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

Color convert

RGB222241239-
CMYK0.0800.010.05
HSL173.68º40.43%90.78%-
HSV(B)173.68º7.88%94.51%-
XYZ77.1684.6793.94-
YUV235.09130.21118.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.62%
GREEN value IS 241 (94.53% from 255) = 34.33%
BLUE value IS 239 (93.75% from 255) = 34.05%
R=31.62%
G=34.33%
B=34.05%

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
Decimal2222412390.0800.010.05173.6840.4390.78
HexDEF1EF8015ae285b
Octal3363613571001525650133
Binary110111101111000111101111100001101101011101010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1EF; }

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

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

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

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

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

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

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

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