#DFF1EF

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

Shades of Tranquil #DFF1EF

Tints of Tranquil #DFF1EF

Color information

#DFF1EF (or 0xDFF1EF) is unknown color: approx Tranquil. HEX triplet: DF, F1 and EF. RGB value is (223,241,239). Sum of RGB (Red+Green+Blue) = 223+241+239=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 241 (94.53% from 255 or 34.28% from 703); Blue value is 239 (93.75% from 255 or 34.00% from 703); Max value from RGB is 241 - color contains mainly: green. Hex color #DFF1EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF1EF is #200E10. Grayscale: #EBEBEB. Windows color (decimal): -2100753 or 15725023. OLE color: 15725023.

HSL color Cylindrical-coordinate representation of color #DFF1EF: hue angle of 173.33º degrees, saturation: 0.39, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DFF1EF is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB223241239-
CMYK0.0700.010.05
HSL173.33º39.13%90.98%-
HSV(B)173.33º7.47%94.51%-
XYZ77.4784.8393.95-
YUV235.39130.04119.16-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.72%
GREEN value IS 241 (94.53% from 255) = 34.28%
BLUE value IS 239 (93.75% from 255) = 34.00%
R=31.72%
G=34.28%
B=34.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232412390.0700.010.05173.3339.1390.98
HexDFF1EF7015ad275b
Octal337361357701525547133
Binary11011111111100011110111111101101101011011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF1EF; }

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

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

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

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

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

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

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

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