Html Css Color HEX #E3D6BD Double Pearl Lusta

📋 copy color: '#E3D6BD'

red 227 ◦ green 214 ◦ blue 189

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

Shades of Double Pearl Lusta #E3D6BD

Tints of Double Pearl Lusta #E3D6BD

RGB

 RED value IS 227 (89.06% from 255) = 36.03%

 GREEN value IS 214 (83.98% from 255) = 33.97%

 BLUE value IS 189 (74.22% from 255) = 30%

R = 36.03%
G = 33.97%
B = 30%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.11

RGB Variations

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

Color information

#E3D6BD (or 0xE3D6BD) is known color: Double Pearl Lusta. HEX triplet: E3, D6 and BD. RGB value is (227,214,189). Sum of RGB (Red+Green+Blue) = 227+214+189=630 (83% of max value = 765). Red value is 227 (89.06% from 255 or 36.03% from 630); Green value is 214 (83.98% from 255 or 33.97% from 630); Blue value is 189 (74.22% from 255 or 30% from 630); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D6BD is #1C2942. Grayscale: #D7D7D7. Windows color (decimal): -1845571 or 12441315. OLE color: 12441315.

HSL color Cylindrical-coordinate representation of color #E3D6BD: hue angle of 39.47º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E3D6BD is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 214 189 -
CMYK 0 0.06 0.17 0.11
HSL 39.47º 0.4% 0.82% -
HSV(B) 39.47º 0.17% 0.89% -
XYZ 64.91 68.1 57.87 -
YUV 215.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 227 214 189 0 0.06 0.17 0.11 39.47 0.4 0.82
Hex E3 D6 BD 0 6 11 B 27 28 52
Octal 343 326 275 0 6 21 13 47 50 122
Binary 11100011 11010110 10111101 0 110 10001 1011 100111 101000 1010010

Color Harmonies of #E3D6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3D6BD

Black with #E3D6BD

Text Example


Text Example

White with #E3D6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3D6BD; }

 p { color: rgb(227,214,189); }

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

background-color css

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

 a { background-color: rgb(227,214,189); }

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

border-color css

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

 span { border-color: rgb(227,214,189); }

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