Html Css Color HEX #E1CDB0 Spanish White

📋 copy color: '#E1CDB0'

red 225 ◦ green 205 ◦ blue 176

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

Shades of Spanish White #E1CDB0

Tints of Spanish White #E1CDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.04%

R = 37.13%
G = 33.83%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.12

RGB Variations

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

Color information

#E1CDB0 (or 0xE1CDB0) is known color: Spanish White. HEX triplet: E1, CD and B0. RGB value is (225,205,176). Sum of RGB (Red+Green+Blue) = 225+205+176=606 (80% of max value = 765). Red value is 225 (88.28% from 255 or 37.13% from 606); Green value is 205 (80.47% from 255 or 33.83% from 606); Blue value is 176 (69.14% from 255 or 29.04% from 606); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1CDB0 is #1E324F. Grayscale: #CFCFCF. Windows color (decimal): -1978960 or 11587041. OLE color: 11587041.

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

Color convert

RGB 225 205 176 -
CMYK 0 0.09 0.22 0.12
HSL 35.51º 0.45% 0.79% -
HSV(B) 35.51º 0.22% 0.88% -
XYZ 60.72 62.8 50 -
YUV 207.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 225 205 176 0 0.09 0.22 0.12 35.51 0.45 0.79
Hex E1 CD B0 0 9 16 C 24 2D 4F
Octal 341 315 260 0 11 26 14 44 55 117
Binary 11100001 11001101 10110000 0 1001 10110 1100 100100 101101 1001111

Color Harmonies of #E1CDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1CDB0

Black with #E1CDB0

Text Example


Text Example

White with #E1CDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1CDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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