Html Css Color HEX #E0CCD5 Prim

📋 copy color: '#E0CCD5'

red 224 ◦ green 204 ◦ blue 213

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

Shades of Prim #E0CCD5

Tints of Prim #E0CCD5

RGB

 RED value IS 224 (87.89% from 255) = 34.95%

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

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

R = 34.95%
G = 31.83%
B = 33.23%

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

#E0CCD5 (or 0xE0CCD5) is known color: Prim. HEX triplet: E0, CC and D5. RGB value is (224,204,213). Sum of RGB (Red+Green+Blue) = 224+204+213=641 (84% of max value = 765). Red value is 224 (87.89% from 255 or 34.95% from 641); Green value is 204 (80.08% from 255 or 31.83% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CCD5 is #1F332A. Grayscale: #D2D2D2. Windows color (decimal): -2044715 or 14011616. OLE color: 14011616.

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

Color convert

RGB 224 204 213 -
CMYK 0 0.09 0.05 0.12
HSL 333º 0.24% 0.84% -
HSV(B) 333º 0.09% 0.88% -
XYZ 64.34 63.84 71.88 -
YUV 211.01 129.13 137.27 -
System Red Green Blue C M Y K H S L
Decimal 224 204 213 0 0.09 0.05 0.12 333 0.24 0.84
Hex E0 CC D5 0 9 5 C 14D 18 54
Octal 340 314 325 0 11 5 14 515 30 124
Binary 11100000 11001100 11010101 0 1001 101 1100 101001101 11000 1010100

Color Harmonies of #E0CCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0CCD5

Black with #E0CCD5

Text Example


Text Example

White with #E0CCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0CCD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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