Html Css Color HEX #E7DDBF Double Pearl Lusta

📋 copy color: '#E7DDBF'

red 231 ◦ green 221 ◦ blue 191

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

Shades of Double Pearl Lusta #E7DDBF

Tints of Double Pearl Lusta #E7DDBF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 34.37%

 BLUE value IS 191 (75% from 255) = 29.7%

R = 35.93%
G = 34.37%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.09

RGB Variations

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

Color information

#E7DDBF (or 0xE7DDBF) is known color: Double Pearl Lusta. HEX triplet: E7, DD and BF. RGB value is (231,221,191). Sum of RGB (Red+Green+Blue) = 231+221+191=643 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.93% from 643); Green value is 221 (86.72% from 255 or 34.37% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDBF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDBF is #182240. Grayscale: #DCDCDC. Windows color (decimal): -1581633 or 12574183. OLE color: 12574183.

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

Color convert

RGB 231 221 191 -
CMYK 0 0.04 0.17 0.09
HSL 45º 0.45% 0.83% -
HSV(B) 45º 0.17% 0.91% -
XYZ 68.22 72.46 59.68 -
YUV 220.57 111.31 135.44 -
System Red Green Blue C M Y K H S L
Decimal 231 221 191 0 0.04 0.17 0.09 45 0.45 0.83
Hex E7 DD BF 0 4 11 9 2D 2D 53
Octal 347 335 277 0 4 21 11 55 55 123
Binary 11100111 11011101 10111111 0 100 10001 1001 101101 101101 1010011

Color Harmonies of #E7DDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DDBF

Black with #E7DDBF

Text Example


Text Example

White with #E7DDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DDBF; }

 p { color: rgb(231,221,191); }

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

background-color css

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

 a { background-color: rgb(231,221,191); }

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

border-color css

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

 span { border-color: rgb(231,221,191); }

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