#DCEBE7

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

Shades of Tranquil #DCEBE7

Tints of Tranquil #DCEBE7

Color information

#DCEBE7 (or 0xDCEBE7) is unknown color: approx Tranquil. HEX triplet: DC, EB and E7. RGB value is (220,235,231). Sum of RGB (Red+Green+Blue) = 220+235+231=686 (90% of max value = 765). Red value is 220 (86.33% from 255 or 32.07% from 686); Green value is 235 (92.19% from 255 or 34.26% from 686); Blue value is 231 (90.62% from 255 or 33.67% from 686); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #DCEBE7 is #231418. Grayscale: #E6E6E6. Windows color (decimal): -2298905 or 15199196. OLE color: 15199196.

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

Color convert

RGB220235231-
CMYK0.0600.020.08
HSL164º27.27%89.22%-
HSV(B)164º6.38%92.16%-
XYZ73.6580.487.24-
YUV230.06128.53120.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.07%
GREEN value IS 235 (92.19% from 255) = 34.26%
BLUE value IS 231 (90.62% from 255) = 33.67%
R=32.07%
G=34.26%
B=33.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202352310.0600.020.0816427.2789.22
HexDCEBE76028a41b59
Octal3343533476021024433131
Binary110111001110101111100111110010100010100100110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEBE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEBE7; }

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

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

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

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

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

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

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

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