#EBDFC0

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

Shades of Double Pearl Lusta #EBDFC0

Tints of Double Pearl Lusta #EBDFC0

Color information

#EBDFC0 (or 0xEBDFC0) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DF and C0. RGB value is (235,223,192). Sum of RGB (Red+Green+Blue) = 235+223+192=650 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.15% from 650); Green value is 223 (87.5% from 255 or 34.31% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC0 is #14203F. Grayscale: #DFDFDF. Windows color (decimal): -1318976 or 12640235. OLE color: 12640235.

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

Color convert

RGB235223192-
CMYK00.050.180.08
HSL43.26º51.81%83.73%-
HSV(B)43.26º18.3%92.16%-
XYZ70.1674.2460.5-
YUV223.05110.48136.52-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.15%
GREEN value IS 223 (87.5% from 255) = 34.31%
BLUE value IS 192 (75.39% from 255) = 29.54%
R=36.15%
G=34.31%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23522319200.050.180.0843.2651.8183.73
HexEBDFC0051282b3454
Octal3533373000522105364124
Binary11101011110111111100000001011001010001010111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFC0; }

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

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

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

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

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

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

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

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