#ECDEBD

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

Shades of Double Pearl Lusta #ECDEBD

Tints of Double Pearl Lusta #ECDEBD

Color information

#ECDEBD (or 0xECDEBD) is unknown color: approx Double Pearl Lusta. HEX triplet: EC, DE and BD. RGB value is (236,222,189). Sum of RGB (Red+Green+Blue) = 236+222+189=647 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.48% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 189 (74.22% from 255 or 29.21% from 647); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEBD is #132142. Grayscale: #DEDEDE. Windows color (decimal): -1253699 or 12443372. OLE color: 12443372.

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

Color convert

RGB236222189-
CMYK00.060.200.07
HSL42.13º55.29%83.33%-
HSV(B)42.13º19.92%92.55%-
XYZ69.973.7558.7-
YUV222.42109.14137.68-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.48%
GREEN value IS 222 (87.11% from 255) = 34.31%
BLUE value IS 189 (74.22% from 255) = 29.21%
R=36.48%
G=34.31%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622218900.060.200.0742.1355.2983.33
HexECDEBD061472a3753
Octal354336275062475267123
Binary1110110011011110101111010110101001111010101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEBD; }

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

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

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

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

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

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

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

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