#DFEEEA

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

Shades of Tranquil #DFEEEA

Tints of Tranquil #DFEEEA

Color information

#DFEEEA (or 0xDFEEEA) is unknown color: approx Tranquil. HEX triplet: DF, EE and EA. RGB value is (223,238,234). Sum of RGB (Red+Green+Blue) = 223+238+234=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 238 (93.36% from 255 or 34.24% from 695); Blue value is 234 (91.80% from 255 or 33.67% from 695); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEEA is #201115. Grayscale: #E9E9E9. Windows color (decimal): -2101526 or 15396575. OLE color: 15396575.

HSL color Cylindrical-coordinate representation of color #DFEEEA: hue angle of 164º degrees, saturation: 0.31, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DFEEEA is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB223238234-
CMYK0.0600.020.07
HSL164º30.61%90.39%-
HSV(B)164º6.3%93.33%-
XYZ75.8682.7889.82-
YUV233.06128.53120.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.09%
GREEN value IS 238 (93.36% from 255) = 34.24%
BLUE value IS 234 (91.80% from 255) = 33.67%
R=32.09%
G=34.24%
B=33.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232382340.0600.020.0716430.6190.39
HexDFEEEA6027a41f5a
Octal337356352602724437132
Binary11011111111011101110101011001011110100100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEEA; }

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

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

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

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

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

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

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

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