#D5F1EB

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

Shades of Tranquil #D5F1EB

Tints of Tranquil #D5F1EB

Color information

#D5F1EB (or 0xD5F1EB) is unknown color: approx Tranquil. HEX triplet: D5, F1 and EB. RGB value is (213,241,235). Sum of RGB (Red+Green+Blue) = 213+241+235=689 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.91% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 235 (92.19% from 255 or 34.11% from 689); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F1EB is #2A0E14. Grayscale: #E7E7E7. Windows color (decimal): -2756117 or 15462869. OLE color: 15462869.

HSL color Cylindrical-coordinate representation of color #D5F1EB: hue angle of 167.14º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F1EB is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB213241235-
CMYK0.1200.020.05
HSL167.14º50%89.02%-
HSV(B)167.14º11.62%94.51%-
XYZ73.8983.0590.73-
YUV231.94129.72114.49-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.91%
GREEN value IS 241 (94.53% from 255) = 34.98%
BLUE value IS 235 (92.19% from 255) = 34.11%
R=30.91%
G=34.98%
B=34.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132412350.1200.020.05167.145089.02
HexD5F1EBC025a73259
Octal3253613531402524762131
Binary1101010111110001111010111100010101101001111100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F1EB; }

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

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

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

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

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

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

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

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