Html Css Color HEX #E5CAD9 Prim

📋 copy color: '#E5CAD9'

red 229 ◦ green 202 ◦ blue 217

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

Shades of Prim #E5CAD9

Tints of Prim #E5CAD9

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.17%

 BLUE value IS 217 (85.16% from 255) = 33.49%

R = 35.34%
G = 31.17%
B = 33.49%

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

#E5CAD9 (or 0xE5CAD9) is known color: Prim. HEX triplet: E5, CA and D9. RGB value is (229,202,217). Sum of RGB (Red+Green+Blue) = 229+202+217=648 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.34% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAD9 is #1A3526. Grayscale: #D3D3D3. Windows color (decimal): -1717543 or 14273253. OLE color: 14273253.

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

Color convert

RGB 229 202 217 -
CMYK 0 0.12 0.05 0.10
HSL 326.67º 0.34% 0.85% -
HSV(B) 326.67º 0.12% 0.9% -
XYZ 65.96 63.91 74.5 -
YUV 211.78 130.95 140.28 -
System Red Green Blue C M Y K H S L
Decimal 229 202 217 0 0.12 0.05 0.10 326.67 0.34 0.85
Hex E5 CA D9 0 C 5 A 147 22 55
Octal 345 312 331 0 14 5 12 507 42 125
Binary 11100101 11001010 11011001 0 1100 101 1010 101000111 100010 1010101

Color Harmonies of #E5CAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CAD9

Black with #E5CAD9

Text Example


Text Example

White with #E5CAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CAD9; }

 p { color: rgb(229,202,217); }

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

background-color css

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

 a { background-color: rgb(229,202,217); }

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

border-color css

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

 span { border-color: rgb(229,202,217); }

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