#DCF1EE

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

Shades of Tranquil #DCF1EE

Tints of Tranquil #DCF1EE

Color information

#DCF1EE (or 0xDCF1EE) is unknown color: approx Tranquil. HEX triplet: DC, F1 and EE. RGB value is (220,241,238). Sum of RGB (Red+Green+Blue) = 220+241+238=699 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.47% from 699); Green value is 241 (94.53% from 255 or 34.48% from 699); Blue value is 238 (93.36% from 255 or 34.05% from 699); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF1EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF1EE is #230E11. Grayscale: #EAEAEA. Windows color (decimal): -2297362 or 15659484. OLE color: 15659484.

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

Color convert

RGB220241238-
CMYK0.0900.010.05
HSL171.43º42.86%90.39%-
HSV(B)171.43º8.71%94.51%-
XYZ76.484.393.13-
YUV234.38130.04117.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.47%
GREEN value IS 241 (94.53% from 255) = 34.48%
BLUE value IS 238 (93.36% from 255) = 34.05%
R=31.47%
G=34.48%
B=34.05%

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
Decimal2202412380.0900.010.05171.4342.8690.39
HexDCF1EE9015ab2b5a
Octal3343613561101525353132
Binary110111001111000111101110100101101101010111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF1EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF1EE; }

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

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

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

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

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

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

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

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