#D5F8EF

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

Shades of Tranquil #D5F8EF

Tints of Tranquil #D5F8EF

Color information

#D5F8EF (or 0xD5F8EF) is unknown color: approx Tranquil. HEX triplet: D5, F8 and EF. RGB value is (213,248,239). Sum of RGB (Red+Green+Blue) = 213+248+239=700 (92% of max value = 765). Red value is 213 (83.59% from 255 or 30.43% from 700); Green value is 248 (97.27% from 255 or 35.43% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F8EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F8EF is #2A0710. Grayscale: #ECECEC. Windows color (decimal): -2754321 or 15726805. OLE color: 15726805.

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

Color convert

RGB213248239-
CMYK0.1400.040.03
HSL164.57º71.43%90.39%-
HSV(B)164.57º14.11%97.25%-
XYZ76.5987.5194.52-
YUV236.51129.4111.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.43%
GREEN value IS 248 (97.27% from 255) = 35.43%
BLUE value IS 239 (93.75% from 255) = 34.14%
R=30.43%
G=35.43%
B=34.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132482390.1400.040.03164.5771.4390.39
HexD5F8EFE043a5475a
Octal32537035716043245107132
Binary11010101111110001110111111100100111010010110001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F8EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F8EF; }

 p { color: rgb(213,248,239); }

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

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

 a { background-color: rgb(213,248,239); }

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

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

 span { border-color: rgb(213,248,239); }

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