Html Css Color HEX #E1CCD2 Prim

📋 copy color: '#E1CCD2'

red 225 ◦ green 204 ◦ blue 210

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

Shades of Prim #E1CCD2

Tints of Prim #E1CCD2

RGB

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

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

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

R = 35.21%
G = 31.92%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#E1CCD2 (or 0xE1CCD2) is known color: Prim. HEX triplet: E1, CC and D2. RGB value is (225,204,210). Sum of RGB (Red+Green+Blue) = 225+204+210=639 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.21% from 639); Green value is 204 (80.08% from 255 or 31.92% from 639); Blue value is 210 (82.42% from 255 or 32.86% from 639); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD2 is #1E332D. Grayscale: #D2D2D2. Windows color (decimal): -1979182 or 13815009. OLE color: 13815009.

HSL color Cylindrical-coordinate representation of color #E1CCD2: hue angle of 342.86º 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 #E1CCD2 is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 204 210 -
CMYK 0 0.09 0.07 0.12
HSL 342.86º 0.26% 0.84% -
HSV(B) 342.86º 0.09% 0.88% -
XYZ 64.28 63.85 69.91 -
YUV 210.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 225 204 210 0 0.09 0.07 0.12 342.86 0.26 0.84
Hex E1 CC D2 0 9 7 C 157 1A 54
Octal 341 314 322 0 11 7 14 527 32 124
Binary 11100001 11001100 11010010 0 1001 111 1100 101010111 11010 1010100

Color Harmonies of #E1CCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCD2

Black with #E1CCD2

Text Example


Text Example

White with #E1CCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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