#D4FBF2

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

Shades of Tranquil #D4FBF2

Tints of Tranquil #D4FBF2

Color information

#D4FBF2 (or 0xD4FBF2) is unknown color: approx Tranquil. HEX triplet: D4, FB and F2. RGB value is (212,251,242). Sum of RGB (Red+Green+Blue) = 212+251+242=705 (93% of max value = 765). Red value is 212 (83.20% from 255 or 30.07% from 705); Green value is 251 (98.44% from 255 or 35.60% from 705); Blue value is 242 (94.92% from 255 or 34.33% from 705); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D4FBF2 is #2B040D. Grayscale: #EEEEEE. Windows color (decimal): -2819086 or 15924180. OLE color: 15924180.

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

Color convert

RGB212251242-
CMYK0.1600.040.02
HSL166.15º82.98%90.78%-
HSV(B)166.15º15.54%98.43%-
XYZ77.6889.497.17-
YUV238.31130.08109.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 30.07%
GREEN value IS 251 (98.44% from 255) = 35.60%
BLUE value IS 242 (94.92% from 255) = 34.33%
R=30.07%
G=35.60%
B=34.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2122512420.1600.040.02166.1582.9890.78
HexD4FBF210042a6535b
Octal32437336220042246123133
Binary110101001111101111110010100000100101010011010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FBF2; }

 p { color: rgb(212,251,242); }

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

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

 a { background-color: rgb(212,251,242); }

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

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

 span { border-color: rgb(212,251,242); }

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