#D5F5ED

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

Shades of Tranquil #D5F5ED

Tints of Tranquil #D5F5ED

Color information

#D5F5ED (or 0xD5F5ED) is unknown color: approx Tranquil. HEX triplet: D5, F5 and ED. RGB value is (213,245,237). Sum of RGB (Red+Green+Blue) = 213+245+237=695 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.65% from 695); Green value is 245 (96.09% from 255 or 35.25% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F5ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F5ED is #2A0A12. Grayscale: #EAEAEA. Windows color (decimal): -2755091 or 15594965. OLE color: 15594965.

HSL color Cylindrical-coordinate representation of color #D5F5ED: hue angle of 165º degrees, saturation: 0.62, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5F5ED is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB213245237-
CMYK0.1300.030.04
HSL165º61.54%89.8%-
HSV(B)165º13.06%96.08%-
XYZ75.3885.5792.66-
YUV234.52129.4112.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.65%
GREEN value IS 245 (96.09% from 255) = 35.25%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=30.65%
G=35.25%
B=34.10%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2132452370.1300.030.0416561.5489.8
HexD5F5EDD034a53e5a
Octal3253653551503424576132
Binary1101010111110101111011011101011100101001011111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F5ED; }

 p { color: rgb(213,245,237); }

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

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

 a { background-color: rgb(213,245,237); }

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

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

 span { border-color: rgb(213,245,237); }

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