Html Css Color HEX #E7DDBD Double Pearl Lusta

📋 copy color: '#E7DDBD'

red 231 ◦ green 221 ◦ blue 189

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

Shades of Double Pearl Lusta #E7DDBD

Tints of Double Pearl Lusta #E7DDBD

RGB

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

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

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

R = 36.04%
G = 34.48%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E7DDBD (or 0xE7DDBD) is known color: Double Pearl Lusta. HEX triplet: E7, DD and BD. RGB value is (231,221,189). Sum of RGB (Red+Green+Blue) = 231+221+189=641 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.04% from 641); Green value is 221 (86.72% from 255 or 34.48% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 231 - color contains mainly: red. Hex color #E7DDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7DDBD is #182242. Grayscale: #DCDCDC. Windows color (decimal): -1581635 or 12443111. OLE color: 12443111.

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

Color convert

RGB 231 221 189 -
CMYK 0 0.04 0.18 0.09
HSL 45.71º 0.47% 0.82% -
HSV(B) 45.71º 0.18% 0.91% -
XYZ 68 72.38 58.53 -
YUV 220.34 110.31 135.6 -
System Red Green Blue C M Y K H S L
Decimal 231 221 189 0 0.04 0.18 0.09 45.71 0.47 0.82
Hex E7 DD BD 0 4 12 9 2E 2F 52
Octal 347 335 275 0 4 22 11 56 57 122
Binary 11100111 11011101 10111101 0 100 10010 1001 101110 101111 1010010

Color Harmonies of #E7DDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7DDBD

Black with #E7DDBD

Text Example


Text Example

White with #E7DDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7DDBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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