#DEEFEC

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

Shades of Tranquil #DEEFEC

Tints of Tranquil #DEEFEC

Color information

#DEEFEC (or 0xDEEFEC) is unknown color: approx Tranquil. HEX triplet: DE, EF and EC. RGB value is (222,239,236). Sum of RGB (Red+Green+Blue) = 222+239+236=697 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.85% from 697); Green value is 239 (93.75% from 255 or 34.29% from 697); Blue value is 236 (92.58% from 255 or 33.86% from 697); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DEEFEC is #211013. Grayscale: #E9E9E9. Windows color (decimal): -2166804 or 15527902. OLE color: 15527902.

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

Color convert

RGB222239236-
CMYK0.0700.010.06
HSL169.41º34.69%90.39%-
HSV(B)169.41º7.11%93.73%-
XYZ76.1383.3291.43-
YUV233.58129.37119.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.85%
GREEN value IS 239 (93.75% from 255) = 34.29%
BLUE value IS 236 (92.58% from 255) = 33.86%
R=31.85%
G=34.29%
B=33.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2222392360.0700.010.06169.4134.6990.39
HexDEEFEC7016a9235a
Octal336357354701625143132
Binary11011110111011111110110011101110101010011000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEEFEC; }

 p { color: rgb(222,239,236); }

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

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

 a { background-color: rgb(222,239,236); }

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

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

 span { border-color: rgb(222,239,236); }

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