#D6FBF4

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

Shades of Tranquil #D6FBF4

Tints of Tranquil #D6FBF4

Color information

#D6FBF4 (or 0xD6FBF4) is unknown color: approx Tranquil. HEX triplet: D6, FB and F4. RGB value is (214,251,244). Sum of RGB (Red+Green+Blue) = 214+251+244=709 (93% of max value = 765). Red value is 214 (83.98% from 255 or 30.18% from 709); Green value is 251 (98.44% from 255 or 35.40% from 709); Blue value is 244 (95.70% from 255 or 34.41% from 709); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #D6FBF4 is #29040B. Grayscale: #EFEFEF. Windows color (decimal): -2688012 or 16055254. OLE color: 16055254.

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

Color convert

RGB214251244-
CMYK0.1500.030.02
HSL168.65º82.22%91.18%-
HSV(B)168.65º14.74%98.43%-
XYZ78.5689.8298.78-
YUV239.14130.74110.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 30.18%
GREEN value IS 251 (98.44% from 255) = 35.40%
BLUE value IS 244 (95.70% from 255) = 34.41%
R=30.18%
G=35.40%
B=34.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142512440.1500.030.02168.6582.2291.18
HexD6FBF4F032a9525b
Octal32637336417032251122133
Binary1101011011111011111101001111011101010100110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FBF4; }

 p { color: rgb(214,251,244); }

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

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

 a { background-color: rgb(214,251,244); }

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

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

 span { border-color: rgb(214,251,244); }

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