#EBDFC5

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

Shades of Pearl Lusta #EBDFC5

Tints of Pearl Lusta #EBDFC5

Color information

#EBDFC5 (or 0xEBDFC5) is unknown color: approx Pearl Lusta. HEX triplet: EB, DF and C5. RGB value is (235,223,197). Sum of RGB (Red+Green+Blue) = 235+223+197=655 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.88% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 197 (77.34% from 255 or 30.08% from 655); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC5 is #14203A. Grayscale: #DFDFDF. Windows color (decimal): -1318971 or 12967915. OLE color: 12967915.

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

Color convert

RGB235223197-
CMYK00.050.160.08
HSL41.05º48.72%84.71%-
HSV(B)41.05º16.17%92.16%-
XYZ70.7374.4763.47-
YUV223.62112.98136.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.88%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 197 (77.34% from 255) = 30.08%
R=35.88%
G=34.05%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522319700.050.160.0841.0548.7284.71
HexEBDFC505108293155
Octal3533373050520105161125
Binary11101011110111111100010101011000010001010011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFC5; }

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

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

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

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

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

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

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

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