Html Css Color HEX #E0C9D3 Prim

📋 copy color: '#E0C9D3'

red 224 ◦ green 201 ◦ blue 211

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

Shades of Prim #E0C9D3

Tints of Prim #E0C9D3

RGB

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

 GREEN value IS 201 (78.91% from 255) = 31.6%

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

R = 35.22%
G = 31.6%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E0C9D3 (or 0xE0C9D3) is known color: Prim. HEX triplet: E0, C9 and D3. RGB value is (224,201,211). Sum of RGB (Red+Green+Blue) = 224+201+211=636 (84% of max value = 765). Red value is 224 (87.89% from 255 or 35.22% from 636); Green value is 201 (78.91% from 255 or 31.60% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C9D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0C9D3 is #1F362C. Grayscale: #D1D1D1. Windows color (decimal): -2045485 or 13879776. OLE color: 13879776.

HSL color Cylindrical-coordinate representation of color #E0C9D3: hue angle of 333.91º degrees, saturation: 0.27, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0C9D3 is Cyan = 0, Magento = 0.10, Yellow = 0.06 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 201 211 -
CMYK 0 0.10 0.06 0.12
HSL 333.91º 0.27% 0.83% -
HSV(B) 333.91º 0.1% 0.88% -
XYZ 63.38 62.32 70.32 -
YUV 209.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 224 201 211 0 0.10 0.06 0.12 333.91 0.27 0.83
Hex E0 C9 D3 0 A 6 C 14E 1B 53
Octal 340 311 323 0 12 6 14 516 33 123
Binary 11100000 11001001 11010011 0 1010 110 1100 101001110 11011 1010011

Color Harmonies of #E0C9D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C9D3

Black with #E0C9D3

Text Example


Text Example

White with #E0C9D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C9D3; }

 p { color: rgb(224,201,211); }

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

background-color css

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

 a { background-color: rgb(224,201,211); }

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

border-color css

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

 span { border-color: rgb(224,201,211); }

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