#D8FAF2

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

Shades of Tranquil #D8FAF2

Tints of Tranquil #D8FAF2

Color information

#D8FAF2 (or 0xD8FAF2) is unknown color: approx Tranquil. HEX triplet: D8, FA and F2. RGB value is (216,250,242). Sum of RGB (Red+Green+Blue) = 216+250+242=708 (93% of max value = 765). Red value is 216 (84.77% from 255 or 30.51% from 708); Green value is 250 (98.05% from 255 or 35.31% from 708); Blue value is 242 (94.92% from 255 or 34.18% from 708); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FAF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D8FAF2 is #27050D. Grayscale: #EEEEEE. Windows color (decimal): -2557198 or 15923928. OLE color: 15923928.

HSL color Cylindrical-coordinate representation of color #D8FAF2: hue angle of 165.88º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8FAF2 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.

Color convert

RGB216250242-
CMYK0.1400.030.02
HSL165.88º77.27%91.37%-
HSV(B)165.88º13.6%98.04%-
XYZ78.5389.3897.12-
YUV238.92129.74111.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 30.51%
GREEN value IS 250 (98.05% from 255) = 35.31%
BLUE value IS 242 (94.92% from 255) = 34.18%
R=30.51%
G=35.31%
B=34.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2162502420.1400.030.02165.8877.2791.37
HexD8FAF2E032a64d5b
Octal33037236216032246115133
Binary1101100011111010111100101110011101010011010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FAF2; }

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

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

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

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

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

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

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

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