#EBDFC3

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

Shades of Pearl Lusta #EBDFC3

Tints of Pearl Lusta #EBDFC3

Color information

#EBDFC3 (or 0xEBDFC3) is unknown color: approx Pearl Lusta. HEX triplet: EB, DF and C3. RGB value is (235,223,195). Sum of RGB (Red+Green+Blue) = 235+223+195=653 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.99% from 653); Green value is 223 (87.5% from 255 or 34.15% from 653); Blue value is 195 (76.56% from 255 or 29.86% from 653); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC3 is #14203C. Grayscale: #DFDFDF. Windows color (decimal): -1318973 or 12836843. OLE color: 12836843.

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

Color convert

RGB235223195-
CMYK00.050.170.08
HSL42º50%84.31%-
HSV(B)42º17.02%92.16%-
XYZ70.574.3862.27-
YUV223.4111.98136.28-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.99%
GREEN value IS 223 (87.5% from 255) = 34.15%
BLUE value IS 195 (76.56% from 255) = 29.86%
R=35.99%
G=34.15%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522319500.050.170.08425084.31
HexEBDFC3051182a3254
Octal3533373030521105262124
Binary11101011110111111100001101011000110001010101100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFC3; }

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

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

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

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

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

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

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

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