#D9F2ED

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

Shades of Tranquil #D9F2ED

Tints of Tranquil #D9F2ED

Color information

#D9F2ED (or 0xD9F2ED) is unknown color: approx Tranquil. HEX triplet: D9, F2 and ED. RGB value is (217,242,237). Sum of RGB (Red+Green+Blue) = 217+242+237=696 (92% of max value = 765). Red value is 217 (85.16% from 255 or 31.18% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 237 (92.97% from 255 or 34.05% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9F2ED is #260D12. Grayscale: #E9E9E9. Windows color (decimal): -2493715 or 15594201. OLE color: 15594201.

HSL color Cylindrical-coordinate representation of color #D9F2ED: hue angle of 168º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9F2ED is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB217242237-
CMYK0.1000.020.05
HSL168º49.02%90%-
HSV(B)168º10.33%94.9%-
XYZ75.6584.3792.42-
YUV233.96129.72115.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.18%
GREEN value IS 242 (94.92% from 255) = 34.77%
BLUE value IS 237 (92.97% from 255) = 34.05%
R=31.18%
G=34.77%
B=34.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172422370.1000.020.0516849.0290
HexD9F2EDA025a8315a
Octal3313623551202525061132
Binary1101100111110010111011011010010101101010001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F2ED; }

 p { color: rgb(217,242,237); }

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

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

 a { background-color: rgb(217,242,237); }

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

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

 span { border-color: rgb(217,242,237); }

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