#DCF2EE

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

Shades of Tranquil #DCF2EE

Tints of Tranquil #DCF2EE

Color information

#DCF2EE (or 0xDCF2EE) is unknown color: approx Tranquil. HEX triplet: DC, F2 and EE. RGB value is (220,242,238). Sum of RGB (Red+Green+Blue) = 220+242+238=700 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.43% from 700); Green value is 242 (94.92% from 255 or 34.57% from 700); Blue value is 238 (93.36% from 255 or 34% from 700); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2EE is #230D11. Grayscale: #EAEAEA. Windows color (decimal): -2297106 or 15659740. OLE color: 15659740.

HSL color Cylindrical-coordinate representation of color #DCF2EE: hue angle of 169.09º 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 #DCF2EE is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB220242238-
CMYK0.0900.020.05
HSL169.09º45.83%90.59%-
HSV(B)169.09º9.09%94.9%-
XYZ76.784.8993.23-
YUV234.97129.71117.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.43%
GREEN value IS 242 (94.92% from 255) = 34.57%
BLUE value IS 238 (93.36% from 255) = 34%
R=31.43%
G=34.57%
B=34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2202422380.0900.020.05169.0945.8390.59
HexDCF2EE9025a92e5b
Octal3343623561102525156133
Binary1101110011110010111011101001010101101010011011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2EE; }

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

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

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

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

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

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

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

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