Html Css Color HEX #E5CAD6 Prim

📋 copy color: '#E5CAD6'

red 229 ◦ green 202 ◦ blue 214

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

Shades of Prim #E5CAD6

Tints of Prim #E5CAD6

RGB

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

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

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

R = 35.5%
G = 31.32%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E5CAD6 (or 0xE5CAD6) is known color: Prim. HEX triplet: E5, CA and D6. RGB value is (229,202,214). Sum of RGB (Red+Green+Blue) = 229+202+214=645 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.50% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 214 (83.98% from 255 or 33.18% from 645); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAD6 is #1A3529. Grayscale: #D3D3D3. Windows color (decimal): -1717546 or 14076645. OLE color: 14076645.

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

Color convert

RGB 229 202 214 -
CMYK 0 0.12 0.07 0.10
HSL 333.33º 0.34% 0.85% -
HSV(B) 333.33º 0.12% 0.9% -
XYZ 65.57 63.75 72.47 -
YUV 211.44 129.45 140.52 -
System Red Green Blue C M Y K H S L
Decimal 229 202 214 0 0.12 0.07 0.10 333.33 0.34 0.85
Hex E5 CA D6 0 C 7 A 14D 22 55
Octal 345 312 326 0 14 7 12 515 42 125
Binary 11100101 11001010 11010110 0 1100 111 1010 101001101 100010 1010101

Color Harmonies of #E5CAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CAD6

Black with #E5CAD6

Text Example


Text Example

White with #E5CAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CAD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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