#EBDFC1

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

Shades of Double Pearl Lusta #EBDFC1

Tints of Double Pearl Lusta #EBDFC1

Color information

#EBDFC1 (or 0xEBDFC1) is unknown color: approx Double Pearl Lusta. HEX triplet: EB, DF and C1. RGB value is (235,223,193). Sum of RGB (Red+Green+Blue) = 235+223+193=651 (86% of max value = 765). Red value is 235 (92.19% from 255 or 36.10% from 651); Green value is 223 (87.5% from 255 or 34.25% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 235 - color contains mainly: red. Hex color #EBDFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBDFC1 is #14203E. Grayscale: #DFDFDF. Windows color (decimal): -1318975 or 12705771. OLE color: 12705771.

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

Color convert

RGB235223193-
CMYK00.050.180.08
HSL42.86º51.22%83.92%-
HSV(B)42.86º17.87%92.16%-
XYZ70.2774.2961.09-
YUV223.17110.98136.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 36.10%
GREEN value IS 223 (87.5% from 255) = 34.25%
BLUE value IS 193 (75.78% from 255) = 29.65%
R=36.10%
G=34.25%
B=29.65%

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
Decimal23522319300.050.180.0842.8651.2283.92
HexEBDFC1051282b3354
Octal3533373010522105363124
Binary11101011110111111100000101011001010001010111100111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFC1; }

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

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

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

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

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

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

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

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