#DCF3EE

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

Shades of Tranquil #DCF3EE

Tints of Tranquil #DCF3EE

Color information

#DCF3EE (or 0xDCF3EE) is unknown color: approx Tranquil. HEX triplet: DC, F3 and EE. RGB value is (220,243,238). Sum of RGB (Red+Green+Blue) = 220+243+238=701 (92% of max value = 765). Red value is 220 (86.33% from 255 or 31.38% from 701); Green value is 243 (95.31% from 255 or 34.66% from 701); Blue value is 238 (93.36% from 255 or 33.95% from 701); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCF3EE is #230C11. Grayscale: #EBEBEB. Windows color (decimal): -2296850 or 15659996. OLE color: 15659996.

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

Color convert

RGB220243238-
CMYK0.0900.020.05
HSL166.96º48.94%90.78%-
HSV(B)166.96º9.47%95.29%-
XYZ7785.4993.33-
YUV235.55129.38116.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.38%
GREEN value IS 243 (95.31% from 255) = 34.66%
BLUE value IS 238 (93.36% from 255) = 33.95%
R=31.38%
G=34.66%
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
Decimal2202432380.0900.020.05166.9648.9490.78
HexDCF3EE9025a7315b
Octal3343633561102524761133
Binary1101110011110011111011101001010101101001111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF3EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF3EE; }

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

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

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

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

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

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

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

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