#DCF1ED

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

Shades of Tranquil #DCF1ED

Tints of Tranquil #DCF1ED

Color information

#DCF1ED (or 0xDCF1ED) is unknown color: approx Tranquil. HEX triplet: DC, F1 and ED. RGB value is (220,241,237). Sum of RGB (Red+Green+Blue) = 220+241+237=698 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.52% from 698); Green value is 241 (94.53% from 255 or 34.53% from 698); Blue value is 237 (92.97% from 255 or 33.95% from 698); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1ED is #230E12. Grayscale: #EAEAEA. Windows color (decimal): -2297363 or 15593948. OLE color: 15593948.

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

Color convert

RGB220241237-
CMYK0.0900.020.05
HSL168.57º42.86%90.39%-
HSV(B)168.57º8.71%94.51%-
XYZ76.2684.2492.36-
YUV234.26129.54117.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.52%
GREEN value IS 241 (94.53% from 255) = 34.53%
BLUE value IS 237 (92.97% from 255) = 33.95%
R=31.52%
G=34.53%
B=33.95%

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
Decimal2202412370.0900.020.05168.5742.8690.39
HexDCF1ED9025a92b5a
Octal3343613551102525153132
Binary1101110011110001111011011001010101101010011010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1ED; }

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

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

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

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

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

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

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

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