#ECDEBC

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

Shades of Double Pearl Lusta #ECDEBC

Tints of Double Pearl Lusta #ECDEBC

Color information

#ECDEBC (or 0xECDEBC) is unknown color: approx Double Pearl Lusta. HEX triplet: EC, DE and BC. RGB value is (236,222,188). Sum of RGB (Red+Green+Blue) = 236+222+188=646 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.53% from 646); Green value is 222 (87.11% from 255 or 34.37% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDEBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDEBC is #132143. Grayscale: #DEDEDE. Windows color (decimal): -1253700 or 12377836. OLE color: 12377836.

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

Color convert

RGB236222188-
CMYK00.060.200.07
HSL42.5º55.81%83.14%-
HSV(B)42.5º20.34%92.55%-
XYZ69.7973.7158.13-
YUV222.31108.64137.76-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.53%
GREEN value IS 222 (87.11% from 255) = 34.37%
BLUE value IS 188 (73.83% from 255) = 29.10%
R=36.53%
G=34.37%
B=29.10%

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
Decimal23622218800.060.200.0742.555.8183.14
HexECDEBC061472a3853
Octal354336274062475270123
Binary1110110011011110101111000110101001111010101110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEBC; }

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

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

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

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

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

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

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

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