Html Css Color HEX #E7D4DC Prim

📋 copy color: '#E7D4DC'

red 231 ◦ green 212 ◦ blue 220

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

Shades of Prim #E7D4DC

Tints of Prim #E7D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 31.98%

 BLUE value IS 220 (86.33% from 255) = 33.18%

R = 34.84%
G = 31.98%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E7D4DC (or 0xE7D4DC) is known color: Prim. HEX triplet: E7, D4 and DC. RGB value is (231,212,220). Sum of RGB (Red+Green+Blue) = 231+212+220=663 (87% of max value = 765). Red value is 231 (90.62% from 255 or 34.84% from 663); Green value is 212 (83.20% from 255 or 31.98% from 663); Blue value is 220 (86.33% from 255 or 33.18% from 663); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4DC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4DC is #182B23. Grayscale: #DADADA. Windows color (decimal): -1583908 or 14472423. OLE color: 14472423.

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

Color convert

RGB 231 212 220 -
CMYK 0 0.08 0.05 0.09
HSL 334.74º 0.28% 0.87% -
HSV(B) 334.74º 0.08% 0.91% -
XYZ 69.42 69.24 77.42 -
YUV 218.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 231 212 220 0 0.08 0.05 0.09 334.74 0.28 0.87
Hex E7 D4 DC 0 8 5 9 14F 1C 57
Octal 347 324 334 0 10 5 11 517 34 127
Binary 11100111 11010100 11011100 0 1000 101 1001 101001111 11100 1010111

Color Harmonies of #E7D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D4DC

Black with #E7D4DC

Text Example


Text Example

White with #E7D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D4DC; }

 p { color: rgb(231,212,220); }

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

background-color css

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

 a { background-color: rgb(231,212,220); }

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

border-color css

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

 span { border-color: rgb(231,212,220); }

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