#EBDFC4

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

Shades of Pearl Lusta #EBDFC4

Tints of Pearl Lusta #EBDFC4

Color information

#EBDFC4 (or 0xEBDFC4) is unknown color: approx Pearl Lusta. HEX triplet: EB, DF and C4. RGB value is (235,223,196). Sum of RGB (Red+Green+Blue) = 235+223+196=654 (86% of max value = 765). Red value is 235 (92.19% from 255 or 35.93% from 654); Green value is 223 (87.5% from 255 or 34.10% from 654); Blue value is 196 (76.95% from 255 or 29.97% from 654); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC4 is #14203B. Grayscale: #DFDFDF. Windows color (decimal): -1318972 or 12902379. OLE color: 12902379.

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

Color convert

RGB235223196-
CMYK00.050.170.08
HSL41.54º49.37%84.51%-
HSV(B)41.54º16.6%92.16%-
XYZ70.6174.4262.87-
YUV223.51112.48136.2-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.93%
GREEN value IS 223 (87.5% from 255) = 34.10%
BLUE value IS 196 (76.95% from 255) = 29.97%
R=35.93%
G=34.10%
B=29.97%

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
Decimal23522319600.050.170.0841.5449.3784.51
HexEBDFC4051182a3155
Octal3533373040521105261125
Binary11101011110111111100010001011000110001010101100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFC4; }

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

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

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

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

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

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

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

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