#D5F3EB

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

Shades of Tranquil #D5F3EB

Tints of Tranquil #D5F3EB

Color information

#D5F3EB (or 0xD5F3EB) is unknown color: approx Tranquil. HEX triplet: D5, F3 and EB. RGB value is (213,243,235). Sum of RGB (Red+Green+Blue) = 213+243+235=691 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.82% from 691); Green value is 243 (95.31% from 255 or 35.17% from 691); Blue value is 235 (92.19% from 255 or 34.01% from 691); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F3EB is #2A0C14. Grayscale: #E9E9E9. Windows color (decimal): -2755605 or 15463381. OLE color: 15463381.

HSL color Cylindrical-coordinate representation of color #D5F3EB: hue angle of 164º degrees, saturation: 0.56, 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 #D5F3EB is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB213243235-
CMYK0.1200.030.05
HSL164º55.56%89.41%-
HSV(B)164º12.35%95.29%-
XYZ74.4984.2590.93-
YUV233.12129.06113.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.82%
GREEN value IS 243 (95.31% from 255) = 35.17%
BLUE value IS 235 (92.19% from 255) = 34.01%
R=30.82%
G=35.17%
B=34.01%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132432350.1200.030.0516455.5689.41
HexD5F3EBC035a43859
Octal3253633531403524470131
Binary1101010111110011111010111100011101101001001110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F3EB; }

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

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

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

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

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

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

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

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