Html Css Color HEX #E5CAD0 Prim

📋 copy color: '#E5CAD0'

red 229 ◦ green 202 ◦ blue 208

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

Shades of Prim #E5CAD0

Tints of Prim #E5CAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 32.55%

R = 35.84%
G = 31.61%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.10

RGB Variations

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

Color information

#E5CAD0 (or 0xE5CAD0) is known color: Prim. HEX triplet: E5, CA and D0. RGB value is (229,202,208). Sum of RGB (Red+Green+Blue) = 229+202+208=639 (84% of max value = 765). Red value is 229 (89.84% from 255 or 35.84% from 639); Green value is 202 (79.30% from 255 or 31.61% from 639); Blue value is 208 (81.64% from 255 or 32.55% from 639); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CAD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CAD0 is #1A352F. Grayscale: #D2D2D2. Windows color (decimal): -1717552 or 13683429. OLE color: 13683429.

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

Color convert

RGB 229 202 208 -
CMYK 0 0.12 0.09 0.10
HSL 346.67º 0.34% 0.85% -
HSV(B) 346.67º 0.12% 0.9% -
XYZ 64.82 63.45 68.51 -
YUV 210.76 126.45 141.01 -
System Red Green Blue C M Y K H S L
Decimal 229 202 208 0 0.12 0.09 0.10 346.67 0.34 0.85
Hex E5 CA D0 0 C 9 A 15B 22 55
Octal 345 312 320 0 14 11 12 533 42 125
Binary 11100101 11001010 11010000 0 1100 1001 1010 101011011 100010 1010101

Color Harmonies of #E5CAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CAD0

Black with #E5CAD0

Text Example


Text Example

White with #E5CAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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