#ECDCBE

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

Shades of Double Pearl Lusta #ECDCBE

Tints of Double Pearl Lusta #ECDCBE

Color information

#ECDCBE (or 0xECDCBE) is unknown color: approx Double Pearl Lusta. HEX triplet: EC, DC and BE. RGB value is (236,220,190). Sum of RGB (Red+Green+Blue) = 236+220+190=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 220 (86.33% from 255 or 34.06% from 646); Blue value is 190 (74.61% from 255 or 29.41% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDCBE is #132341. Grayscale: #DDDDDD. Windows color (decimal): -1254210 or 12508396. OLE color: 12508396.

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

Color convert

RGB236220190-
CMYK00.070.190.07
HSL39.13º54.76%83.53%-
HSV(B)39.13º19.49%92.55%-
XYZ69.4872.7459.09-
YUV221.36110.3138.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 220 (86.33% from 255) = 34.06%
BLUE value IS 190 (74.61% from 255) = 29.41%
R=36.53%
G=34.06%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622019000.070.190.0739.1354.7683.53
HexECDCBE07137273754
Octal354334276072374767124
Binary1110110011011100101111100111100111111001111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCBE; }

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

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

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

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

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

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

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

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