#ECDCBD

Color #ECDCBD Double Pearl Lusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Pearl Lusta #ECDCBD

Tints of Double Pearl Lusta #ECDCBD

Color information

#ECDCBD (or 0xECDCBD) is unknown color: approx Double Pearl Lusta. HEX triplet: EC, DC and BD. RGB value is (236,220,189). Sum of RGB (Red+Green+Blue) = 236+220+189=645 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.59% from 645); Green value is 220 (86.33% from 255 or 34.11% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCBD is #132342. Grayscale: #DDDDDD. Windows color (decimal): -1254211 or 12442860. OLE color: 12442860.

HSL color Cylindrical-coordinate representation of color #ECDCBD: hue angle of 39.57º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ECDCBD is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236220189-
CMYK00.070.200.07
HSL39.57º55.29%83.33%-
HSV(B)39.57º19.92%92.55%-
XYZ69.3772.6958.52-
YUV221.25109.8138.52-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.59%
GREEN value IS 220 (86.33% from 255) = 34.11%
BLUE value IS 189 (74.22% from 255) = 29.30%
R=36.59%
G=34.11%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622018900.070.200.0739.5755.2983.33
HexECDCBD07147283753
Octal354334275072475067123
Binary1110110011011100101111010111101001111010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCBD; }

 p { color: rgb(236,220,189); }

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

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

 a { background-color: rgb(236,220,189); }

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

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

 span { border-color: rgb(236,220,189); }

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