#EBDDC2

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

Shades of Double Pearl Lusta #EBDDC2

Tints of Double Pearl Lusta #EBDDC2

Color information

#EBDDC2 (or 0xEBDDC2) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DD and C2. RGB value is (235,221,194). Sum of RGB (Red+Green+Blue) = 235+221+194=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 221 (86.72% from 255 or 34% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDDC2 is #14223D. Grayscale: #DEDEDE. Windows color (decimal): -1319486 or 12770795. OLE color: 12770795.

HSL color Cylindrical-coordinate representation of color #EBDDC2: hue angle of 39.51º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EBDDC2 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB235221194-
CMYK00.060.170.08
HSL39.51º50.62%84.12%-
HSV(B)39.51º17.45%92.16%-
XYZ69.8673.2761.5-
YUV222.11112.14137.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 221 (86.72% from 255) = 34%
BLUE value IS 194 (76.17% from 255) = 29.85%
R=36.15%
G=34%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522119400.060.170.0839.5150.6284.12
HexEBDDC206118283354
Octal3533353020621105063124
Binary11101011110111011100001001101000110001010001100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDC2; }

 p { color: rgb(235,221,194); }

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

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

 a { background-color: rgb(235,221,194); }

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

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

 span { border-color: rgb(235,221,194); }

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