#ECDBBC

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

Shades of Double Pearl Lusta #ECDBBC

Tints of Double Pearl Lusta #ECDBBC

Color information

#ECDBBC (or 0xECDBBC) is unknown color: approx Double Pearl Lusta. HEX triplet: EC, DB and BC. RGB value is (236,219,188). Sum of RGB (Red+Green+Blue) = 236+219+188=643 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.70% from 643); Green value is 219 (85.94% from 255 or 34.06% from 643); Blue value is 188 (73.83% from 255 or 29.24% from 643); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDBBC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDBBC is #132443. Grayscale: #DCDCDC. Windows color (decimal): -1254468 or 12377068. OLE color: 12377068.

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

Color convert

RGB236219188-
CMYK00.070.200.07
HSL38.75º55.81%83.14%-
HSV(B)38.75º20.34%92.55%-
XYZ6972.1357.86-
YUV220.55109.63139.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.70%
GREEN value IS 219 (85.94% from 255) = 34.06%
BLUE value IS 188 (73.83% from 255) = 29.24%
R=36.70%
G=34.06%
B=29.24%

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
Decimal23621918800.070.200.0738.7555.8183.14
HexECDBBC07147273853
Octal354333274072474770123
Binary1110110011011011101111000111101001111001111110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDBBC; }

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

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

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

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

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

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

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

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