Html Css Color HEX #EDE0C7 Pearl Lusta

📋 copy color: '#EDE0C7'

red 237 ◦ green 224 ◦ blue 199

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

Shades of Pearl Lusta #EDE0C7

Tints of Pearl Lusta #EDE0C7

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.13% from 255) = 30.15%

R = 35.91%
G = 33.94%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDE0C7 (or 0xEDE0C7) is known color: 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

RGB 237 224 199 -
CMYK 0 0.05 0.16 0.07
HSL 39.47º 0.51% 0.85% -
HSV(B) 39.47º 0.16% 0.93% -
XYZ 71.89 75.44 64.81 -
YUV 225.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 237 224 199 0 0.05 0.16 0.07 39.47 0.51 0.85
Hex ED E0 C7 0 5 10 7 27 33 55
Octal 355 340 307 0 5 20 7 47 63 125
Binary 11101101 11100000 11000111 0 101 10000 111 100111 110011 1010101

Color Harmonies of #EDE0C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE0C7

Black with #EDE0C7

Text Example


Text Example

White with #EDE0C7

Text Example


Text Example

HTML Codes & Css Web 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>