#ECDDC0

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

Shades of Double Pearl Lusta #ECDDC0

Tints of Double Pearl Lusta #ECDDC0

Color information

#ECDDC0 (or 0xECDDC0) is unknown color: approx Double Pearl Lusta. HEX triplet: EC, DD and C0. RGB value is (236,221,192). Sum of RGB (Red+Green+Blue) = 236+221+192=649 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.36% from 649); Green value is 221 (86.72% from 255 or 34.05% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 236 - color contains mainly: red. Hex color #ECDDC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECDDC0 is #13223F. Grayscale: #DEDEDE. Windows color (decimal): -1253952 or 12639724. OLE color: 12639724.

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

Color convert

RGB236221192-
CMYK00.060.190.07
HSL39.55º53.66%83.92%-
HSV(B)39.55º18.64%92.55%-
XYZ69.9673.3560.34-
YUV222.18110.97137.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 36.36%
GREEN value IS 221 (86.72% from 255) = 34.05%
BLUE value IS 192 (75.39% from 255) = 29.58%
R=36.36%
G=34.05%
B=29.58%

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
Decimal23622119200.060.190.0739.5553.6683.92
HexECDDC006137283654
Octal354335300062375066124
Binary1110110011011101110000000110100111111010001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDC0; }

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

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

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

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

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

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

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

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