Html Css Color HEX #E1CCD3 Prim

📋 copy color: '#E1CCD3'

red 225 ◦ green 204 ◦ blue 211

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

Shades of Prim #E1CCD3

Tints of Prim #E1CCD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 32.97%

R = 35.16%
G = 31.88%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E1CCD3 (or 0xE1CCD3) is known color: Prim. HEX triplet: E1, CC and D3. RGB value is (225,204,211). Sum of RGB (Red+Green+Blue) = 225+204+211=640 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.16% from 640); Green value is 204 (80.08% from 255 or 31.88% from 640); Blue value is 211 (82.81% from 255 or 32.97% from 640); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD3 is #1E332C. Grayscale: #D3D3D3. Windows color (decimal): -1979181 or 13880545. OLE color: 13880545.

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

Color convert

RGB 225 204 211 -
CMYK 0 0.09 0.06 0.12
HSL 340º 0.26% 0.84% -
HSV(B) 340º 0.09% 0.88% -
XYZ 64.4 63.9 70.57 -
YUV 211.08 127.96 137.93 -
System Red Green Blue C M Y K H S L
Decimal 225 204 211 0 0.09 0.06 0.12 340 0.26 0.84
Hex E1 CC D3 0 9 6 C 154 1A 54
Octal 341 314 323 0 11 6 14 524 32 124
Binary 11100001 11001100 11010011 0 1001 110 1100 101010100 11010 1010100

Color Harmonies of #E1CCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCD3

Black with #E1CCD3

Text Example


Text Example

White with #E1CCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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