#EDDFC7

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

Shades of Pearl Lusta #EDDFC7

Tints of Pearl Lusta #EDDFC7

Color information

#EDDFC7 (or 0xEDDFC7) is unknown color: approx Pearl Lusta. HEX triplet: ED, DF and C7. RGB value is (237,223,199). Sum of RGB (Red+Green+Blue) = 237+223+199=659 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.96% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 199 (78.12% from 255 or 30.20% from 659); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDFC7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDDFC7 is #122038. Grayscale: #E0E0E0. Windows color (decimal): -1187897 or 13098989. OLE color: 13098989.

HSL color Cylindrical-coordinate representation of color #EDDFC7: hue angle of 37.89º degrees, saturation: 0.51, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EDDFC7 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237223199-
CMYK00.060.160.07
HSL37.89º51.35%85.49%-
HSV(B)37.89º16.03%92.94%-
XYZ71.6274.964.72-
YUV224.45113.64136.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.96%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 199 (78.12% from 255) = 30.20%
R=35.96%
G=33.84%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722319900.060.160.0737.8951.3585.49
HexEDDFC706107263355
Octal355337307062074663125
Binary1110110111011111110001110110100001111001101100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDFC7; }

 p { color: rgb(237,223,199); }

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

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

 a { background-color: rgb(237,223,199); }

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

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

 span { border-color: rgb(237,223,199); }

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