#DFF2EE

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

Shades of Tranquil #DFF2EE

Tints of Tranquil #DFF2EE

Color information

#DFF2EE (or 0xDFF2EE) is unknown color: approx Tranquil. HEX triplet: DF, F2 and EE. RGB value is (223,242,238). Sum of RGB (Red+Green+Blue) = 223+242+238=703 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.72% from 703); Green value is 242 (94.92% from 255 or 34.42% from 703); Blue value is 238 (93.36% from 255 or 33.85% from 703); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2EE is #200D11. Grayscale: #EBEBEB. Windows color (decimal): -2100498 or 15659743. OLE color: 15659743.

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

Color convert

RGB223242238-
CMYK0.0800.020.05
HSL167.37º42.22%91.18%-
HSV(B)167.37º7.85%94.9%-
XYZ77.6285.3793.28-
YUV235.86129.21118.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.72%
GREEN value IS 242 (94.92% from 255) = 34.42%
BLUE value IS 238 (93.36% from 255) = 33.85%
R=31.72%
G=34.42%
B=33.85%

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
Decimal2232422380.0800.020.05167.3742.2291.18
HexDFF2EE8025a72a5b
Octal3373623561002524752133
Binary1101111111110010111011101000010101101001111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2EE; }

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

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

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

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

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

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

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

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