Html Css Color HEX #E6D8BA Double Pearl Lusta

📋 copy color: '#E6D8BA'

red 230 ◦ green 216 ◦ blue 186

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

Shades of Double Pearl Lusta #E6D8BA

Tints of Double Pearl Lusta #E6D8BA

RGB

 RED value IS 230 (90.23% from 255) = 36.39%

 GREEN value IS 216 (84.77% from 255) = 34.18%

 BLUE value IS 186 (73.05% from 255) = 29.43%

R = 36.39%
G = 34.18%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#E6D8BA (or 0xE6D8BA) is known color: Double Pearl Lusta. HEX triplet: E6, D8 and BA. RGB value is (230,216,186). Sum of RGB (Red+Green+Blue) = 230+216+186=632 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.39% from 632); Green value is 216 (84.77% from 255 or 34.18% from 632); Blue value is 186 (73.05% from 255 or 29.43% from 632); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D8BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D8BA is #192745. Grayscale: #D8D8D8. Windows color (decimal): -1648454 or 12245222. OLE color: 12245222.

HSL color Cylindrical-coordinate representation of color #E6D8BA: hue angle of 40.91º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6D8BA is Cyan = 0, Magento = 0.06, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 216 186 -
CMYK 0 0.06 0.19 0.10
HSL 40.91º 0.47% 0.82% -
HSV(B) 40.91º 0.19% 0.9% -
XYZ 66.05 69.48 56.38 -
YUV 216.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 230 216 186 0 0.06 0.19 0.10 40.91 0.47 0.82
Hex E6 D8 BA 0 6 13 A 29 2F 52
Octal 346 330 272 0 6 23 12 51 57 122
Binary 11100110 11011000 10111010 0 110 10011 1010 101001 101111 1010010

Color Harmonies of #E6D8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6D8BA

Black with #E6D8BA

Text Example


Text Example

White with #E6D8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6D8BA; }

 p { color: rgb(230,216,186); }

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

background-color css

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

 a { background-color: rgb(230,216,186); }

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

border-color css

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

 span { border-color: rgb(230,216,186); }

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