Html Css Color HEX #E7CDD5 Prim

📋 copy color: '#E7CDD5'

red 231 ◦ green 205 ◦ blue 213

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

Shades of Prim #E7CDD5

Tints of Prim #E7CDD5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.59%

 BLUE value IS 213 (83.59% from 255) = 32.82%

R = 35.59%
G = 31.59%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#E7CDD5 (or 0xE7CDD5) is known color: Prim. HEX triplet: E7, CD and D5. RGB value is (231,205,213). Sum of RGB (Red+Green+Blue) = 231+205+213=649 (85% of max value = 765). Red value is 231 (90.62% from 255 or 35.59% from 649); Green value is 205 (80.47% from 255 or 31.59% from 649); Blue value is 213 (83.59% from 255 or 32.82% from 649); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CDD5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7CDD5 is #18322A. Grayscale: #D5D5D5. Windows color (decimal): -1585707 or 14011879. OLE color: 14011879.

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

Color convert

RGB 231 205 213 -
CMYK 0 0.11 0.08 0.09
HSL 341.54º 0.35% 0.85% -
HSV(B) 341.54º 0.11% 0.91% -
XYZ 66.8 65.46 72.06 -
YUV 213.69 127.61 140.35 -
System Red Green Blue C M Y K H S L
Decimal 231 205 213 0 0.11 0.08 0.09 341.54 0.35 0.85
Hex E7 CD D5 0 B 8 9 156 23 55
Octal 347 315 325 0 13 10 11 526 43 125
Binary 11100111 11001101 11010101 0 1011 1000 1001 101010110 100011 1010101

Color Harmonies of #E7CDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CDD5

Black with #E7CDD5

Text Example


Text Example

White with #E7CDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CDD5; }

 p { color: rgb(231,205,213); }

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

background-color css

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

 a { background-color: rgb(231,205,213); }

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

border-color css

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

 span { border-color: rgb(231,205,213); }

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