#DCEBE9

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

Shades of Tranquil #DCEBE9

Tints of Tranquil #DCEBE9

Color information

#DCEBE9 (or 0xDCEBE9) is unknown color: approx Tranquil. HEX triplet: DC, EB and E9. RGB value is (220,235,233). Sum of RGB (Red+Green+Blue) = 220+235+233=688 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.98% from 688); Green value is 235 (92.19% from 255 or 34.16% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBE9 is #231416. Grayscale: #E6E6E6. Windows color (decimal): -2298903 or 15330268. OLE color: 15330268.

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

Color convert

RGB220235233-
CMYK0.0600.010.08
HSL172º27.27%89.22%-
HSV(B)172º6.38%92.16%-
XYZ73.9380.5288.74-
YUV230.29129.53120.66-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.98%
GREEN value IS 235 (92.19% from 255) = 34.16%
BLUE value IS 233 (91.41% from 255) = 33.87%
R=31.98%
G=34.16%
B=33.87%

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
Decimal2202352330.0600.010.0817227.2789.22
HexDCEBE96018ac1b59
Octal3343533516011025433131
Binary11011100111010111110100111001100010101100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBE9; }

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

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

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

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

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

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

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

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