Html Css Color HEX #E1CDA1 Double Colonial White

📋 copy color: '#E1CDA1'

red 225 ◦ green 205 ◦ blue 161

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

Shades of Double Colonial White #E1CDA1

Tints of Double Colonial White #E1CDA1

RGB

 RED value IS 225 (88.28% from 255) = 38.07%

 GREEN value IS 205 (80.47% from 255) = 34.69%

 BLUE value IS 161 (63.28% from 255) = 27.24%

R = 38.07%
G = 34.69%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.12

RGB Variations

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

Color information

#E1CDA1 (or 0xE1CDA1) is known color: Double Colonial White. HEX triplet: E1, CD and A1. RGB value is (225,205,161). Sum of RGB (Red+Green+Blue) = 225+205+161=591 (78% of max value = 765). Red value is 225 (88.28% from 255 or 38.07% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 161 (63.28% from 255 or 27.24% from 591); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CDA1 is #1E325E. Grayscale: #CECECE. Windows color (decimal): -1978975 or 10604001. OLE color: 10604001.

HSL color Cylindrical-coordinate representation of color #E1CDA1: hue angle of 41.25º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1CDA1 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 205 161 -
CMYK 0 0.09 0.28 0.12
HSL 41.25º 0.52% 0.76% -
HSV(B) 41.25º 0.28% 0.88% -
XYZ 59.32 62.24 42.61 -
YUV 205.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 225 205 161 0 0.09 0.28 0.12 41.25 0.52 0.76
Hex E1 CD A1 0 9 1C C 29 34 4C
Octal 341 315 241 0 11 34 14 51 64 114
Binary 11100001 11001101 10100001 0 1001 11100 1100 101001 110100 1001100

Color Harmonies of #E1CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CDA1

Black with #E1CDA1

Text Example


Text Example

White with #E1CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CDA1; }

 p { color: rgb(225,205,161); }

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

background-color css

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

 a { background-color: rgb(225,205,161); }

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

border-color css

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

 span { border-color: rgb(225,205,161); }

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