Html Css Color HEX #EDE3C8 Pearl Lusta

📋 copy color: '#EDE3C8'

red 237 ◦ green 227 ◦ blue 200

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

Shades of Pearl Lusta #EDE3C8

Tints of Pearl Lusta #EDE3C8

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.19%

 BLUE value IS 200 (78.52% from 255) = 30.12%

R = 35.69%
G = 34.19%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#EDE3C8 (or 0xEDE3C8) is known color: Pearl Lusta. HEX triplet: ED, E3 and C8. RGB value is (237,227,200). Sum of RGB (Red+Green+Blue) = 237+227+200=664 (87% of max value = 765). Red value is 237 (92.97% from 255 or 35.69% from 664); Green value is 227 (89.06% from 255 or 34.19% from 664); Blue value is 200 (78.52% from 255 or 30.12% from 664); Max value from RGB is 237 - color contains mainly: red. Hex color #EDE3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDE3C8 is #121C37. Grayscale: #E3E3E3. Windows color (decimal): -1186872 or 13165549. OLE color: 13165549.

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

Color convert

RGB 237 227 200 -
CMYK 0 0.04 0.16 0.07
HSL 43.78º 0.51% 0.86% -
HSV(B) 43.78º 0.16% 0.93% -
XYZ 72.82 77.11 65.69 -
YUV 226.91 112.81 135.2 -
System Red Green Blue C M Y K H S L
Decimal 237 227 200 0 0.04 0.16 0.07 43.78 0.51 0.86
Hex ED E3 C8 0 4 10 7 2C 33 56
Octal 355 343 310 0 4 20 7 54 63 126
Binary 11101101 11100011 11001000 0 100 10000 111 101100 110011 1010110

Color Harmonies of #EDE3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDE3C8

Black with #EDE3C8

Text Example


Text Example

White with #EDE3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDE3C8; }

 p { color: rgb(237,227,200); }

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

background-color css

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

 a { background-color: rgb(237,227,200); }

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

border-color css

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

 span { border-color: rgb(237,227,200); }

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