#DCEEEA

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

Shades of Tranquil #DCEEEA

Tints of Tranquil #DCEEEA

Color information

#DCEEEA (or 0xDCEEEA) is unknown color: approx Tranquil. HEX triplet: DC, EE and EA. RGB value is (220,238,234). Sum of RGB (Red+Green+Blue) = 220+238+234=692 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.79% from 692); Green value is 238 (93.36% from 255 or 34.39% from 692); Blue value is 234 (91.80% from 255 or 33.82% from 692); Max value from RGB is 238 - color contains mainly: green. Hex color #DCEEEA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEEEA is #231115. Grayscale: #E8E8E8. Windows color (decimal): -2298134 or 15396572. OLE color: 15396572.

HSL color Cylindrical-coordinate representation of color #DCEEEA: hue angle of 166.67º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DCEEEA is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB220238234-
CMYK0.0800.020.07
HSL166.67º34.62%89.8%-
HSV(B)166.67º7.56%93.33%-
XYZ74.9482.3189.78-
YUV232.16129.04119.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.79%
GREEN value IS 238 (93.36% from 255) = 34.39%
BLUE value IS 234 (91.80% from 255) = 33.82%
R=31.79%
G=34.39%
B=33.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2202382340.0800.020.07166.6734.6289.8
HexDCEEEA8027a7235a
Octal3343563521002724743132
Binary1101110011101110111010101000010111101001111000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEEEA; }

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

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

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

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

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

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

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

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