#D8F2ED

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

Shades of Tranquil #D8F2ED

Tints of Tranquil #D8F2ED

Color information

#D8F2ED (or 0xD8F2ED) is unknown color: approx Tranquil. HEX triplet: D8, F2 and ED. RGB value is (216,242,237). Sum of RGB (Red+Green+Blue) = 216+242+237=695 (92% of max value = 765). Red value is 216 (84.77% from 255 or 31.08% from 695); Green value is 242 (94.92% from 255 or 34.82% from 695); Blue value is 237 (92.97% from 255 or 34.10% from 695); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8F2ED is #270D12. Grayscale: #E9E9E9. Windows color (decimal): -2559251 or 15594200. OLE color: 15594200.

HSL color Cylindrical-coordinate representation of color #D8F2ED: hue angle of 168.46º degrees, saturation: 0.5, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D8F2ED is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB216242237-
CMYK0.1100.020.05
HSL168.46º50%89.8%-
HSV(B)168.46º10.74%94.9%-
XYZ75.3684.2292.4-
YUV233.66129.89115.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.08%
GREEN value IS 242 (94.92% from 255) = 34.82%
BLUE value IS 237 (92.97% from 255) = 34.10%
R=31.08%
G=34.82%
B=34.10%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162422370.1100.020.05168.465089.8
HexD8F2EDB025a8325a
Octal3303623551302525062132
Binary1101100011110010111011011011010101101010001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F2ED; }

 p { color: rgb(216,242,237); }

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

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

 a { background-color: rgb(216,242,237); }

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

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

 span { border-color: rgb(216,242,237); }

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