#D2F0EA

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

Shades of Tranquil #D2F0EA

Tints of Tranquil #D2F0EA

Color information

#D2F0EA (or 0xD2F0EA) is unknown color: approx Tranquil. HEX triplet: D2, F0 and EA. RGB value is (210,240,234). Sum of RGB (Red+Green+Blue) = 210+240+234=684 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.70% from 684); Green value is 240 (94.14% from 255 or 35.09% from 684); Blue value is 234 (91.80% from 255 or 34.21% from 684); Max value from RGB is 240 - color contains mainly: green. Hex color #D2F0EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D2F0EA is #2D0F15. Grayscale: #E6E6E6. Windows color (decimal): -2952982 or 15397074. OLE color: 15397074.

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

Color convert

RGB210240234-
CMYK0.1200.020.06
HSL168º50%88.24%-
HSV(B)168º12.5%94.12%-
XYZ72.5981.9689.84-
YUV230.35130.06113.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.70%
GREEN value IS 240 (94.14% from 255) = 35.09%
BLUE value IS 234 (91.80% from 255) = 34.21%
R=30.70%
G=35.09%
B=34.21%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102402340.1200.020.061685088.24
HexD2F0EAC026a83258
Octal3223603521402625062130
Binary1101001011110000111010101100010110101010001100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F0EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F0EA; }

 p { color: rgb(210,240,234); }

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

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

 a { background-color: rgb(210,240,234); }

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

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

 span { border-color: rgb(210,240,234); }

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