#D9EFEC

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

Shades of Tranquil #D9EFEC

Tints of Tranquil #D9EFEC

Color information

#D9EFEC (or 0xD9EFEC) is unknown color: approx Tranquil. HEX triplet: D9, EF and EC. RGB value is (217,239,236). Sum of RGB (Red+Green+Blue) = 217+239+236=692 (91% of max value = 765). Red value is 217 (85.16% from 255 or 31.36% from 692); Green value is 239 (93.75% from 255 or 34.54% from 692); Blue value is 236 (92.58% from 255 or 34.10% from 692); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFEC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9EFEC is #261013. Grayscale: #E8E8E8. Windows color (decimal): -2494484 or 15527897. OLE color: 15527897.

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

Color convert

RGB217239236-
CMYK0.0900.010.06
HSL171.82º40.74%89.41%-
HSV(B)171.82º9.21%93.73%-
XYZ74.6282.5491.36-
YUV232.08130.21117.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.36%
GREEN value IS 239 (93.75% from 255) = 34.54%
BLUE value IS 236 (92.58% from 255) = 34.10%
R=31.36%
G=34.54%
B=34.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172392360.0900.010.06171.8240.7489.41
HexD9EFEC9016ac2959
Octal3313573541101625451131
Binary110110011110111111101100100101110101011001010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EFEC; }

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

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

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

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

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

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

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

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