#DFF2EF

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

Shades of Tranquil #DFF2EF

Tints of Tranquil #DFF2EF

Color information

#DFF2EF (or 0xDFF2EF) is unknown color: approx Tranquil. HEX triplet: DF, F2 and EF. RGB value is (223,242,239). Sum of RGB (Red+Green+Blue) = 223+242+239=704 (93% of max value = 765). Red value is 223 (87.5% from 255 or 31.68% from 704); Green value is 242 (94.92% from 255 or 34.38% from 704); Blue value is 239 (93.75% from 255 or 33.95% from 704); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFF2EF is #200D10. Grayscale: #EBEBEB. Windows color (decimal): -2100497 or 15725279. OLE color: 15725279.

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

Color convert

RGB223242239-
CMYK0.0800.010.05
HSL170.53º42.22%91.18%-
HSV(B)170.53º7.85%94.9%-
XYZ77.7685.4294.05-
YUV235.98129.71118.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.68%
GREEN value IS 242 (94.92% from 255) = 34.38%
BLUE value IS 239 (93.75% from 255) = 33.95%
R=31.68%
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
Decimal2232422390.0800.010.05170.5342.2291.18
HexDFF2EF8015ab2a5b
Octal3373623571001525352133
Binary110111111111001011101111100001101101010111010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2EF; }

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

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

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

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

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

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

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

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