Html Css Color HEX #E7DBC2 Double Pearl Lusta

📋 copy color: '#E7DBC2'

red 231 ◦ green 219 ◦ blue 194

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

Shades of Double Pearl Lusta #E7DBC2

Tints of Double Pearl Lusta #E7DBC2

RGB

 RED value IS 231 (90.63% from 255) = 35.87%

 GREEN value IS 219 (85.94% from 255) = 34.01%

 BLUE value IS 194 (76.17% from 255) = 30.12%

R = 35.87%
G = 34.01%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.09

RGB Variations

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

Color information

#E7DBC2 (or 0xE7DBC2) is known color: Double Pearl Lusta. HEX triplet: E7, DB and C2. RGB value is (231,219,194). Sum of RGB (Red+Green+Blue) = 231+219+194=644 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.87% from 644); Green value is 219 (85.94% from 255 or 34.01% from 644); Blue value is 194 (76.17% from 255 or 30.12% from 644); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DBC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DBC2 is #18243D. Grayscale: #DBDBDB. Windows color (decimal): -1582142 or 12770279. OLE color: 12770279.

HSL color Cylindrical-coordinate representation of color #E7DBC2: hue angle of 40.54º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7DBC2 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 219 194 -
CMYK 0 0.05 0.16 0.09
HSL 40.54º 0.44% 0.83% -
HSV(B) 40.54º 0.16% 0.91% -
XYZ 68.02 71.55 61.26 -
YUV 219.74 113.48 136.03 -
System Red Green Blue C M Y K H S L
Decimal 231 219 194 0 0.05 0.16 0.09 40.54 0.44 0.83
Hex E7 DB C2 0 5 10 9 29 2C 53
Octal 347 333 302 0 5 20 11 51 54 123
Binary 11100111 11011011 11000010 0 101 10000 1001 101001 101100 1010011

Color Harmonies of #E7DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DBC2

Black with #E7DBC2

Text Example


Text Example

White with #E7DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DBC2; }

 p { color: rgb(231,219,194); }

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

background-color css

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

 a { background-color: rgb(231,219,194); }

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

border-color css

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

 span { border-color: rgb(231,219,194); }

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