#DFEEEC

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

Shades of Tranquil #DFEEEC

Tints of Tranquil #DFEEEC

Color information

#DFEEEC (or 0xDFEEEC) is unknown color: approx Tranquil. HEX triplet: DF, EE and EC. RGB value is (223,238,236). Sum of RGB (Red+Green+Blue) = 223+238+236=697 (92% of max value = 765). Red value is 223 (87.5% from 255 or 31.99% from 697); Green value is 238 (93.36% from 255 or 34.15% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 238 - color contains mainly: green. Hex color #DFEEEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DFEEEC is #201113. Grayscale: #E9E9E9. Windows color (decimal): -2101524 or 15527647. OLE color: 15527647.

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

Color convert

RGB223238236-
CMYK0.0600.010.07
HSL172º30.61%90.39%-
HSV(B)172º6.3%93.33%-
XYZ76.1582.8991.34-
YUV233.29129.53120.66-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 31.99%
GREEN value IS 238 (93.36% from 255) = 34.15%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=31.99%
G=34.15%
B=33.86%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2232382360.0600.010.0717230.6190.39
HexDFEEEC6017ac1f5a
Octal337356354601725437132
Binary1101111111101110111011001100111110101100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEEEC; }

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

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

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

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

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

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

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

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