#D5F3EE

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

Shades of Tranquil #D5F3EE

Tints of Tranquil #D5F3EE

Color information

#D5F3EE (or 0xD5F3EE) is unknown color: approx Tranquil. HEX triplet: D5, F3 and EE. RGB value is (213,243,238). Sum of RGB (Red+Green+Blue) = 213+243+238=694 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.69% from 694); Green value is 243 (95.31% from 255 or 35.01% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 243 - color contains mainly: green. Hex color #D5F3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F3EE is #2A0C11. Grayscale: #E9E9E9. Windows color (decimal): -2755602 or 15659989. OLE color: 15659989.

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

Color convert

RGB213243238-
CMYK0.1200.020.05
HSL170º55.56%89.41%-
HSV(B)170º12.35%95.29%-
XYZ74.9284.4293.23-
YUV233.46130.56113.41-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.69%
GREEN value IS 243 (95.31% from 255) = 35.01%
BLUE value IS 238 (93.36% from 255) = 34.29%
R=30.69%
G=35.01%
B=34.29%

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
Decimal2132432380.1200.020.0517055.5689.41
HexD5F3EEC025aa3859
Octal3253633561402525270131
Binary1101010111110011111011101100010101101010101110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F3EE; }

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

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

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

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

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

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

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

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