#D5F2EA

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

Shades of Tranquil #D5F2EA

Tints of Tranquil #D5F2EA

Color information

#D5F2EA (or 0xD5F2EA) is unknown color: approx Tranquil. HEX triplet: D5, F2 and EA. RGB value is (213,242,234). Sum of RGB (Red+Green+Blue) = 213+242+234=689 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.91% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 234 (91.80% from 255 or 33.96% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D5F2EA is #2A0D15. Grayscale: #E8E8E8. Windows color (decimal): -2755862 or 15397589. OLE color: 15397589.

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

Color convert

RGB213242234-
CMYK0.1200.030.05
HSL163.45º52.73%89.22%-
HSV(B)163.45º11.98%94.9%-
XYZ74.0483.5990.07-
YUV232.42128.89114.15-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.91%
GREEN value IS 242 (94.92% from 255) = 35.12%
BLUE value IS 234 (91.80% from 255) = 33.96%
R=30.91%
G=35.12%
B=33.96%

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
Decimal2132422340.1200.030.05163.4552.7389.22
HexD5F2EAC035a33559
Octal3253623521403524365131
Binary1101010111110010111010101100011101101000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F2EA; }

 p { color: rgb(213,242,234); }

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

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

 a { background-color: rgb(213,242,234); }

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

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

 span { border-color: rgb(213,242,234); }

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