Html Css Color HEX #E1CCD6 Prim

📋 copy color: '#E1CCD6'

red 225 ◦ green 204 ◦ blue 214

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

Shades of Prim #E1CCD6

Tints of Prim #E1CCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 33.28%

R = 34.99%
G = 31.73%
B = 33.28%

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

#E1CCD6 (or 0xE1CCD6) is known color: Prim. HEX triplet: E1, CC and D6. RGB value is (225,204,214). Sum of RGB (Red+Green+Blue) = 225+204+214=643 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.99% from 643); Green value is 204 (80.08% from 255 or 31.73% from 643); Blue value is 214 (83.98% from 255 or 33.28% from 643); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCD6 is #1E3329. Grayscale: #D3D3D3. Windows color (decimal): -1979178 or 14077153. OLE color: 14077153.

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

Color convert

RGB 225 204 214 -
CMYK 0 0.09 0.05 0.12
HSL 331.43º 0.26% 0.84% -
HSV(B) 331.43º 0.09% 0.88% -
XYZ 64.78 64.05 72.57 -
YUV 211.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 225 204 214 0 0.09 0.05 0.12 331.43 0.26 0.84
Hex E1 CC D6 0 9 5 C 14B 1A 54
Octal 341 314 326 0 11 5 14 513 32 124
Binary 11100001 11001100 11010110 0 1001 101 1100 101001011 11010 1010100

Color Harmonies of #E1CCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CCD6

Black with #E1CCD6

Text Example


Text Example

White with #E1CCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CCD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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