Html Css Color HEX #E1CCD5 Prim

📋 copy color: '#E1CCD5'

red 225 ◦ green 204 ◦ blue 213

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

Shades of Prim #E1CCD5

Tints of Prim #E1CCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.78%

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

R = 35.05%
G = 31.78%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E1CCD5 (or 0xE1CCD5) is known color: Prim. HEX triplet: E1, CC and D5. RGB value is (225,204,213). Sum of RGB (Red+Green+Blue) = 225+204+213=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 204 (80.08% from 255 or 31.78% from 642); Blue value is 213 (83.59% from 255 or 33.18% from 642); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD5 is #1E332A. Grayscale: #D3D3D3. Windows color (decimal): -1979179 or 14011617. OLE color: 14011617.

HSL color Cylindrical-coordinate representation of color #E1CCD5: hue angle of 334.29º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E1CCD5 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 204 213 -
CMYK 0 0.09 0.05 0.12
HSL 334.29º 0.26% 0.84% -
HSV(B) 334.29º 0.09% 0.88% -
XYZ 64.65 64 71.9 -
YUV 211.31 128.96 137.77 -
System Red Green Blue C M Y K H S L
Decimal 225 204 213 0 0.09 0.05 0.12 334.29 0.26 0.84
Hex E1 CC D5 0 9 5 C 14E 1A 54
Octal 341 314 325 0 11 5 14 516 32 124
Binary 11100001 11001100 11010101 0 1001 101 1100 101001110 11010 1010100

Color Harmonies of #E1CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCD5

Black with #E1CCD5

Text Example


Text Example

White with #E1CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCD5; }

 p { color: rgb(225,204,213); }

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

background-color css

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

 a { background-color: rgb(225,204,213); }

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

border-color css

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

 span { border-color: rgb(225,204,213); }

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