#ECDDBF

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

Shades of Double Pearl Lusta #ECDDBF

Tints of Double Pearl Lusta #ECDDBF

Color information

#ECDDBF (or 0xECDDBF) is unknown color: approx Double Pearl Lusta. HEX triplet: EC, DD and BF. RGB value is (236,221,191). Sum of RGB (Red+Green+Blue) = 236+221+191=648 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.42% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 191 (75% from 255 or 29.48% from 648); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDBF is #132240. Grayscale: #DEDEDE. Windows color (decimal): -1253953 or 12574188. OLE color: 12574188.

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

Color convert

RGB236221191-
CMYK00.060.190.07
HSL40º54.22%83.73%-
HSV(B)40º19.07%92.55%-
XYZ69.8573.3159.76-
YUV222.06110.47137.94-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.42%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 191 (75% from 255) = 29.48%
R=36.42%
G=34.10%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23622119100.060.190.074054.2283.73
HexECDDBF06137283654
Octal354335277062375066124
Binary1110110011011101101111110110100111111010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDBF; }

 p { color: rgb(236,221,191); }

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

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

 a { background-color: rgb(236,221,191); }

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

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

 span { border-color: rgb(236,221,191); }

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