#DCEBE8

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

Shades of Tranquil #DCEBE8

Tints of Tranquil #DCEBE8

Color information

#DCEBE8 (or 0xDCEBE8) is unknown color: approx Tranquil. HEX triplet: DC, EB and E8. RGB value is (220,235,232). Sum of RGB (Red+Green+Blue) = 220+235+232=687 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.02% from 687); Green value is 235 (92.19% from 255 or 34.21% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBE8 is #231417. Grayscale: #E6E6E6. Windows color (decimal): -2298904 or 15264732. OLE color: 15264732.

HSL color Cylindrical-coordinate representation of color #DCEBE8: hue angle of 168º degrees, saturation: 0.27, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DCEBE8 is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB220235232-
CMYK0.0600.010.08
HSL168º27.27%89.22%-
HSV(B)168º6.38%92.16%-
XYZ73.7980.4687.98-
YUV230.17129.03120.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.02%
GREEN value IS 235 (92.19% from 255) = 34.21%
BLUE value IS 232 (91.02% from 255) = 33.77%
R=32.02%
G=34.21%
B=33.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352320.0600.010.0816827.2789.22
HexDCEBE86018a81b59
Octal3343533506011025033131
Binary11011100111010111110100011001100010101000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBE8; }

 p { color: rgb(220,235,232); }

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

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

 a { background-color: rgb(220,235,232); }

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

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

 span { border-color: rgb(220,235,232); }

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