#D5F0EB

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

Shades of Tranquil #D5F0EB

Tints of Tranquil #D5F0EB

Color information

#D5F0EB (or 0xD5F0EB) is unknown color: approx Tranquil. HEX triplet: D5, F0 and EB. RGB value is (213,240,235). Sum of RGB (Red+Green+Blue) = 213+240+235=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 240 (94.14% from 255 or 34.88% from 688); Blue value is 235 (92.19% from 255 or 34.16% from 688); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F0EB is #2A0F14. Grayscale: #E7E7E7. Windows color (decimal): -2756373 or 15462613. OLE color: 15462613.

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

Color convert

RGB213240235-
CMYK0.1100.020.06
HSL168.89º47.37%88.82%-
HSV(B)168.89º11.25%94.12%-
XYZ73.682.4690.64-
YUV231.36130.05114.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.96%
GREEN value IS 240 (94.14% from 255) = 34.88%
BLUE value IS 235 (92.19% from 255) = 34.16%
R=30.96%
G=34.88%
B=34.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132402350.1100.020.06168.8947.3788.82
HexD5F0EBB026a92f59
Octal3253603531302625157131
Binary1101010111110000111010111011010110101010011011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F0EB; }

 p { color: rgb(213,240,235); }

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

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

 a { background-color: rgb(213,240,235); }

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

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

 span { border-color: rgb(213,240,235); }

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