Html Css Color HEX #E5C9DA Prim

📋 copy color: '#E5C9DA'

red 229 ◦ green 201 ◦ blue 218

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

Shades of Prim #E5C9DA

Tints of Prim #E5C9DA

RGB

 RED value IS 229 (89.84% from 255) = 35.34%

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

 BLUE value IS 218 (85.55% from 255) = 33.64%

R = 35.34%
G = 31.02%
B = 33.64%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#E5C9DA (or 0xE5C9DA) is known color: Prim. HEX triplet: E5, C9 and DA. RGB value is (229,201,218). Sum of RGB (Red+Green+Blue) = 229+201+218=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 201 (78.91% from 255 or 31.02% from 648); Blue value is 218 (85.55% from 255 or 33.64% from 648); Max value from RGB is 229 - color contains mainly: red. Hex color #E5C9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5C9DA is #1A3625. Grayscale: #D3D3D3. Windows color (decimal): -1717798 or 14338533. OLE color: 14338533.

HSL color Cylindrical-coordinate representation of color #E5C9DA: hue angle of 323.57º degrees, saturation: 0.35, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5C9DA is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 201 218 -
CMYK 0 0.12 0.05 0.10
HSL 323.57º 0.35% 0.84% -
HSV(B) 323.57º 0.12% 0.9% -
XYZ 65.85 63.49 75.11 -
YUV 211.31 131.78 140.62 -
System Red Green Blue C M Y K H S L
Decimal 229 201 218 0 0.12 0.05 0.10 323.57 0.35 0.84
Hex E5 C9 DA 0 C 5 A 144 23 54
Octal 345 311 332 0 14 5 12 504 43 124
Binary 11100101 11001001 11011010 0 1100 101 1010 101000100 100011 1010100

Color Harmonies of #E5C9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5C9DA

Black with #E5C9DA

Text Example


Text Example

White with #E5C9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5C9DA; }

 p { color: rgb(229,201,218); }

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

background-color css

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

 a { background-color: rgb(229,201,218); }

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

border-color css

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

 span { border-color: rgb(229,201,218); }

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