#DCFBF5

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

Shades of Tranquil #DCFBF5

Tints of Tranquil #DCFBF5

Color information

#DCFBF5 (or 0xDCFBF5) is unknown color: approx Tranquil. HEX triplet: DC, FB and F5. RGB value is (220,251,245). Sum of RGB (Red+Green+Blue) = 220+251+245=716 (94% of max value = 765). Red value is 220 (86.33% from 255 or 30.73% from 716); Green value is 251 (98.44% from 255 or 35.06% from 716); Blue value is 245 (96.09% from 255 or 34.22% from 716); Max value from RGB is 251 - color contains mainly: green. Hex color #DCFBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCFBF5 is #23040A. Grayscale: #F1F1F1. Windows color (decimal): -2294795 or 16120796. OLE color: 16120796.

HSL color Cylindrical-coordinate representation of color #DCFBF5: hue angle of 168.39º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCFBF5 is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.

Color convert

RGB220251245-
CMYK0.1200.020.02
HSL168.39º79.49%92.35%-
HSV(B)168.39º12.35%98.43%-
XYZ80.4990.899.67-
YUV241.05130.23112.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 30.73%
GREEN value IS 251 (98.44% from 255) = 35.06%
BLUE value IS 245 (96.09% from 255) = 34.22%
R=30.73%
G=35.06%
B=34.22%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202512450.1200.020.02168.3979.4992.35
HexDCFBF5C022a84f5c
Octal33437336514022250117134
Binary1101110011111011111101011100010101010100010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFBF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFBF5; }

 p { color: rgb(220,251,245); }

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

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

 a { background-color: rgb(220,251,245); }

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

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

 span { border-color: rgb(220,251,245); }

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