Html Css Color HEX #E1C7D2 Prim

📋 copy color: '#E1C7D2'

red 225 ◦ green 199 ◦ blue 210

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

Shades of Prim #E1C7D2

Tints of Prim #E1C7D2

RGB

 RED value IS 225 (88.28% from 255) = 35.49%

 GREEN value IS 199 (78.13% from 255) = 31.39%

 BLUE value IS 210 (82.42% from 255) = 33.12%

R = 35.49%
G = 31.39%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E1C7D2 (or 0xE1C7D2) is known color: Prim. HEX triplet: E1, C7 and D2. RGB value is (225,199,210). Sum of RGB (Red+Green+Blue) = 225+199+210=634 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.49% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 210 (82.42% from 255 or 33.12% from 634); Max value from RGB is 225 - color contains mainly: red. Hex color #E1C7D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1C7D2 is #1E382D. Grayscale: #D0D0D0. Windows color (decimal): -1980462 or 13813729. OLE color: 13813729.

HSL color Cylindrical-coordinate representation of color #E1C7D2: hue angle of 334.62º degrees, saturation: 0.3, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1C7D2 is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 199 210 -
CMYK 0 0.12 0.07 0.12
HSL 334.62º 0.3% 0.83% -
HSV(B) 334.62º 0.12% 0.88% -
XYZ 63.11 61.51 69.52 -
YUV 208.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 225 199 210 0 0.12 0.07 0.12 334.62 0.3 0.83
Hex E1 C7 D2 0 C 7 C 14F 1E 53
Octal 341 307 322 0 14 7 14 517 36 123
Binary 11100001 11000111 11010010 0 1100 111 1100 101001111 11110 1010011

Color Harmonies of #E1C7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1C7D2

Black with #E1C7D2

Text Example


Text Example

White with #E1C7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1C7D2; }

 p { color: rgb(225,199,210); }

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

background-color css

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

 a { background-color: rgb(225,199,210); }

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

border-color css

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

 span { border-color: rgb(225,199,210); }

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