#DCF2ED

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

Shades of Tranquil #DCF2ED

Tints of Tranquil #DCF2ED

Color information

#DCF2ED (or 0xDCF2ED) is unknown color: approx Tranquil. HEX triplet: DC, F2 and ED. RGB value is (220,242,237). Sum of RGB (Red+Green+Blue) = 220+242+237=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 242 (94.92% from 255 or 34.62% from 699); Blue value is 237 (92.97% from 255 or 33.91% from 699); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF2ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF2ED is #230D12. Grayscale: #EAEAEA. Windows color (decimal): -2297107 or 15594204. OLE color: 15594204.

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

Color convert

RGB220242237-
CMYK0.0900.020.05
HSL166.36º45.83%90.59%-
HSV(B)166.36º9.09%94.9%-
XYZ76.5584.8392.46-
YUV234.85129.21117.41-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.47%
GREEN value IS 242 (94.92% from 255) = 34.62%
BLUE value IS 237 (92.97% from 255) = 33.91%
R=31.47%
G=34.62%
B=33.91%

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
Decimal2202422370.0900.020.05166.3645.8390.59
HexDCF2ED9025a62e5b
Octal3343623551102524656133
Binary1101110011110010111011011001010101101001101011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF2ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF2ED; }

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

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

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

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

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

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

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

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