#EBDEC1

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

Shades of Double Pearl Lusta #EBDEC1

Tints of Double Pearl Lusta #EBDEC1

Color information

#EBDEC1 (or 0xEBDEC1) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DE and C1. RGB value is (235,222,193). Sum of RGB (Red+Green+Blue) = 235+222+193=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 222 (87.11% from 255 or 34.15% from 650); Blue value is 193 (75.78% from 255 or 29.69% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDEC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDEC1 is #14213E. Grayscale: #DEDEDE. Windows color (decimal): -1319231 or 12705515. OLE color: 12705515.

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

Color convert

RGB235222193-
CMYK00.060.180.08
HSL41.43º51.22%83.92%-
HSV(B)41.43º17.87%92.16%-
XYZ70.0173.7561-
YUV222.58111.31136.86-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 222 (87.11% from 255) = 34.15%
BLUE value IS 193 (75.78% from 255) = 29.69%
R=36.15%
G=34.15%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522219300.060.180.0841.4351.2283.92
HexEBDEC106128293354
Octal3533363010622105163124
Binary11101011110111101100000101101001010001010011100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEC1; }

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

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

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

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

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

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

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

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