#DCF2F0

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

Shades of Tranquil #DCF2F0

Tints of Tranquil #DCF2F0

Color information

#DCF2F0 (or 0xDCF2F0) is unknown color: approx Tranquil. HEX triplet: DC, F2 and F0. RGB value is (220,242,240). Sum of RGB (Red+Green+Blue) = 220+242+240=702 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.34% from 702); Green value is 242 (94.92% from 255 or 34.47% from 702); Blue value is 240 (94.14% from 255 or 34.19% from 702); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2F0 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2F0 is #230D0F. Grayscale: #EBEBEB. Windows color (decimal): -2297104 or 15790812. OLE color: 15790812.

HSL color Cylindrical-coordinate representation of color #DCF2F0: hue angle of 174.55º degrees, saturation: 0.46, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCF2F0 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB220242240-
CMYK0.0900.010.05
HSL174.55º45.83%90.59%-
HSV(B)174.55º9.09%94.9%-
XYZ7785.0194.79-
YUV235.19130.71117.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.34%
GREEN value IS 242 (94.92% from 255) = 34.47%
BLUE value IS 240 (94.14% from 255) = 34.19%
R=31.34%
G=34.47%
B=34.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202422400.0900.010.05174.5545.8390.59
HexDCF2F09015af2e5b
Octal3343623601101525756133
Binary110111001111001011110000100101101101011111011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2F0; }

 p { color: rgb(220,242,240); }

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

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

 a { background-color: rgb(220,242,240); }

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

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

 span { border-color: rgb(220,242,240); }

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