#EDE1C9

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

Shades of Pearl Lusta #EDE1C9

Tints of Pearl Lusta #EDE1C9

Color information

#EDE1C9 (or 0xEDE1C9) is unknown color: approx Pearl Lusta. HEX triplet: ED, E1 and C9. RGB value is (237,225,201). Sum of RGB (Red+Green+Blue) = 237+225+201=663 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.75% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 201 (78.91% from 255 or 30.32% from 663); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE1C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE1C9 is #121E36. Grayscale: #E1E1E1. Windows color (decimal): -1187383 or 13230573. OLE color: 13230573.

HSL color Cylindrical-coordinate representation of color #EDE1C9: hue angle of 40º degrees, saturation: 0.5, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EDE1C9 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237225201-
CMYK00.050.150.07
HSL40º50%85.88%-
HSV(B)40º15.19%92.94%-
XYZ72.3976.0766.13-
YUV225.85113.98135.95-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 35.75%
GREEN value IS 225 (88.28% from 255) = 33.94%
BLUE value IS 201 (78.91% from 255) = 30.32%
R=35.75%
G=33.94%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23722520100.050.150.07405085.88
HexEDE1C905F7283256
Octal355341311051775062126
Binary111011011110000111001001010111111111010001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDE1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDE1C9; }

 p { color: rgb(237,225,201); }

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

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

 a { background-color: rgb(237,225,201); }

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

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

 span { border-color: rgb(237,225,201); }

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