Html Css Color HEX #EDE2C9 Pearl Lusta

📋 copy color: '#EDE2C9'

red 237 ◦ green 226 ◦ blue 201

#EDE2C9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pearl Lusta #EDE2C9

Tints of Pearl Lusta #EDE2C9

RGB

 RED value IS 237 (92.97% from 255) = 35.69%

 GREEN value IS 226 (88.67% from 255) = 34.04%

 BLUE value IS 201 (78.91% from 255) = 30.27%

R = 35.69%
G = 34.04%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#EDE2C9 (or 0xEDE2C9) is known color: Pearl Lusta. HEX triplet: ED, E2 and C9. RGB value is (237,226,201). Sum of RGB (Red+Green+Blue) = 237+226+201=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 226 (88.67% from 255 or 34.04% from 664); Blue value is 201 (78.91% from 255 or 30.27% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE2C9 is #121D36. Grayscale: #E2E2E2. Windows color (decimal): -1187127 or 13230829. OLE color: 13230829.

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

Color convert

RGB 237 226 201 -
CMYK 0 0.05 0.15 0.07
HSL 41.67º 0.5% 0.86% -
HSV(B) 41.67º 0.15% 0.93% -
XYZ 72.66 76.61 66.22 -
YUV 226.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 237 226 201 0 0.05 0.15 0.07 41.67 0.5 0.86
Hex ED E2 C9 0 5 F 7 2A 32 56
Octal 355 342 311 0 5 17 7 52 62 126
Binary 11101101 11100010 11001001 0 101 1111 111 101010 110010 1010110

Color Harmonies of #EDE2C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE2C9

Black with #EDE2C9

Text Example


Text Example

White with #EDE2C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE2C9; }

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

 H1.HeaderClassName
 {
   color: #EDE2C9;
 }
 .AnyTagClassName
 {
   color: #EDE2C9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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