#EBDFC9

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

Shades of Pearl Lusta #EBDFC9

Tints of Pearl Lusta #EBDFC9

Color information

#EBDFC9 (or 0xEBDFC9) is unknown color: approx Pearl Lusta. HEX triplet: EB, DF and C9. RGB value is (235,223,201). Sum of RGB (Red+Green+Blue) = 235+223+201=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 201 (78.91% from 255 or 30.50% from 659); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC9 is #142036. Grayscale: #E0E0E0. Windows color (decimal): -1318967 or 13230059. OLE color: 13230059.

HSL color Cylindrical-coordinate representation of color #EBDFC9: hue angle of 38.82º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EBDFC9 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB235223201-
CMYK00.050.140.08
HSL38.82º45.95%85.49%-
HSV(B)38.82º14.47%92.16%-
XYZ71.1974.6565.92-
YUV224.08114.98135.79-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 201 (78.91% from 255) = 30.50%
R=35.66%
G=33.84%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522320100.050.140.0838.8245.9585.49
HexEBDFC905E8272e55
Octal3533373110516104756125
Binary1110101111011111110010010101111010001001111011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFC9; }

 p { color: rgb(235,223,201); }

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

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

 a { background-color: rgb(235,223,201); }

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

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

 span { border-color: rgb(235,223,201); }

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