Html Css Color HEX #E7D0DB Prim

📋 copy color: '#E7D0DB'

red 231 ◦ green 208 ◦ blue 219

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

Shades of Prim #E7D0DB

Tints of Prim #E7D0DB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 31.61%

 BLUE value IS 219 (85.94% from 255) = 33.28%

R = 35.11%
G = 31.61%
B = 33.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#E7D0DB (or 0xE7D0DB) is known color: Prim. HEX triplet: E7, D0 and DB. RGB value is (231,208,219). Sum of RGB (Red+Green+Blue) = 231+208+219=658 (87% of max value = 765). Red value is 231 (90.62% from 255 or 35.11% from 658); Green value is 208 (81.64% from 255 or 31.61% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0DB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0DB is #182F24. Grayscale: #D8D8D8. Windows color (decimal): -1584933 or 14405863. OLE color: 14405863.

HSL color Cylindrical-coordinate representation of color #E7D0DB: hue angle of 331.3º degrees, saturation: 0.32, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E7D0DB is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 208 219 -
CMYK 0 0.10 0.05 0.09
HSL 331.3º 0.32% 0.86% -
HSV(B) 331.3º 0.1% 0.91% -
XYZ 68.3 67.22 76.39 -
YUV 216.13 129.62 138.61 -
System Red Green Blue C M Y K H S L
Decimal 231 208 219 0 0.10 0.05 0.09 331.3 0.32 0.86
Hex E7 D0 DB 0 A 5 9 14B 20 56
Octal 347 320 333 0 12 5 11 513 40 126
Binary 11100111 11010000 11011011 0 1010 101 1001 101001011 100000 1010110

Color Harmonies of #E7D0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D0DB

Black with #E7D0DB

Text Example


Text Example

White with #E7D0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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