#EBDEC2

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

Shades of Double Pearl Lusta #EBDEC2

Tints of Double Pearl Lusta #EBDEC2

Color information

#EBDEC2 (or 0xEBDEC2) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DE and C2. RGB value is (235,222,194). Sum of RGB (Red+Green+Blue) = 235+222+194=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 222 (87.11% from 255 or 34.10% from 651); Blue value is 194 (76.17% from 255 or 29.80% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEC2 is #14213D. Grayscale: #DEDEDE. Windows color (decimal): -1319230 or 12771051. OLE color: 12771051.

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

Color convert

RGB235222194-
CMYK00.060.170.08
HSL40.98º50.62%84.12%-
HSV(B)40.98º17.45%92.16%-
XYZ70.1273.861.59-
YUV222.7111.81136.78-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 222 (87.11% from 255) = 34.10%
BLUE value IS 194 (76.17% from 255) = 29.80%
R=36.10%
G=34.10%
B=29.80%

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
Decimal23522219400.060.170.0840.9850.6284.12
HexEBDEC206118293354
Octal3533363020621105163124
Binary11101011110111101100001001101000110001010011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEC2; }

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

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

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

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

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

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

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

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