#EDE0C7

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

Shades of Pearl Lusta #EDE0C7

Tints of Pearl Lusta #EDE0C7

Color information

#EDE0C7 (or 0xEDE0C7) is unknown color: approx Pearl Lusta. HEX triplet: ED, E0 and C7. RGB value is (237,224,199). Sum of RGB (Red+Green+Blue) = 237+224+199=660 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.91% from 660); Green value is 224 (87.89% from 255 or 33.94% from 660); Blue value is 199 (78.12% from 255 or 30.15% from 660); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE0C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE0C7 is #121F38. Grayscale: #E1E1E1. Windows color (decimal): -1187641 or 13099245. OLE color: 13099245.

HSL color Cylindrical-coordinate representation of color #EDE0C7: hue angle of 39.47º 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 #EDE0C7 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB237224199-
CMYK00.050.160.07
HSL39.47º51.35%85.49%-
HSV(B)39.47º16.03%92.94%-
XYZ71.8975.4464.81-
YUV225.04113.31136.53-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.91%
GREEN value IS 224 (87.89% from 255) = 33.94%
BLUE value IS 199 (78.12% from 255) = 30.15%
R=35.91%
G=33.94%
B=30.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722419900.050.160.0739.4751.3585.49
HexEDE0C705107273355
Octal355340307052074763125
Binary1110110111100000110001110101100001111001111100111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE0C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE0C7; }

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

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

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

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

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

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

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

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