#ECDBBD

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

Shades of Double Pearl Lusta #ECDBBD

Tints of Double Pearl Lusta #ECDBBD

Color information

#ECDBBD (or 0xECDBBD) is unknown color: approx Double Pearl Lusta. HEX triplet: EC, DB and BD. RGB value is (236,219,189). Sum of RGB (Red+Green+Blue) = 236+219+189=644 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.65% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 189 (74.22% from 255 or 29.35% from 644); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBBD is #132442. Grayscale: #DCDCDC. Windows color (decimal): -1254467 or 12442604. OLE color: 12442604.

HSL color Cylindrical-coordinate representation of color #ECDBBD: hue angle of 38.3º 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 #ECDBBD is Cyan = 0, Magento = 0.07, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB236219189-
CMYK00.070.200.07
HSL38.3º55.29%83.33%-
HSV(B)38.3º19.92%92.55%-
XYZ69.1172.1758.43-
YUV220.66110.13138.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.65%
GREEN value IS 219 (85.94% from 255) = 34.01%
BLUE value IS 189 (74.22% from 255) = 29.35%
R=36.65%
G=34.01%
B=29.35%

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
Decimal23621918900.070.200.0738.355.2983.33
HexECDBBD07147263753
Octal354333275072474667123
Binary1110110011011011101111010111101001111001101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBBD; }

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

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

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

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

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

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

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

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