#D9FCF5

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

Shades of Tranquil #D9FCF5

Tints of Tranquil #D9FCF5

Color information

#D9FCF5 (or 0xD9FCF5) is unknown color: approx Tranquil. HEX triplet: D9, FC and F5. RGB value is (217,252,245). Sum of RGB (Red+Green+Blue) = 217+252+245=714 (94% of max value = 765). Red value is 217 (85.16% from 255 or 30.39% from 714); Green value is 252 (98.83% from 255 or 35.29% from 714); Blue value is 245 (96.09% from 255 or 34.31% from 714); Max value from RGB is 252 - color contains mainly: green. Hex color #D9FCF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D9FCF5 is #26030A. Grayscale: #F0F0F0. Windows color (decimal): -2491147 or 16121049. OLE color: 16121049.

HSL color Cylindrical-coordinate representation of color #D9FCF5: hue angle of 168º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9FCF5 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB217252245-
CMYK0.1400.030.01
HSL168º85.37%91.96%-
HSV(B)168º13.89%98.82%-
XYZ79.9190.9799.73-
YUV240.74130.4111.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 30.39%
GREEN value IS 252 (98.83% from 255) = 35.29%
BLUE value IS 245 (96.09% from 255) = 34.31%
R=30.39%
G=35.29%
B=34.31%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172522450.1400.030.0116885.3791.96
HexD9FCF5E031a8555c
Octal33137436516031250125134
Binary110110011111110011110101111001111010100010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FCF5; }

 p { color: rgb(217,252,245); }

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

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

 a { background-color: rgb(217,252,245); }

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

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

 span { border-color: rgb(217,252,245); }

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