Html Css Color HEX #E9DDCB Half Spanish White

📋 copy color: '#E9DDCB'

red 233 ◦ green 221 ◦ blue 203

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

Shades of Half Spanish White #E9DDCB

Tints of Half Spanish White #E9DDCB

RGB

 RED value IS 233 (91.41% from 255) = 35.46%

 GREEN value IS 221 (86.72% from 255) = 33.64%

 BLUE value IS 203 (79.69% from 255) = 30.9%

R = 35.46%
G = 33.64%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E9DDCB (or 0xE9DDCB) is known color: Half Spanish White. HEX triplet: E9, DD and CB. RGB value is (233,221,203). Sum of RGB (Red+Green+Blue) = 233+221+203=657 (87% of max value = 765). Red value is 233 (91.41% from 255 or 35.46% from 657); Green value is 221 (86.72% from 255 or 33.64% from 657); Blue value is 203 (79.69% from 255 or 30.90% from 657); Max value from RGB is 233 - color contains mainly: red. Hex color #E9DDCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9DDCB is #162234. Grayscale: #DEDEDE. Windows color (decimal): -1450549 or 13360617. OLE color: 13360617.

HSL color Cylindrical-coordinate representation of color #E9DDCB: hue angle of 36º degrees, saturation: 0.41, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E9DDCB is Cyan = 0, Magento = 0.05, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 221 203 -
CMYK 0 0.05 0.13 0.09
HSL 36º 0.41% 0.85% -
HSV(B) 36º 0.13% 0.91% -
XYZ 70.24 73.35 66.96 -
YUV 222.54 116.98 135.46 -
System Red Green Blue C M Y K H S L
Decimal 233 221 203 0 0.05 0.13 0.09 36 0.41 0.85
Hex E9 DD CB 0 5 D 9 24 29 55
Octal 351 335 313 0 5 15 11 44 51 125
Binary 11101001 11011101 11001011 0 101 1101 1001 100100 101001 1010101

Color Harmonies of #E9DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9DDCB

Black with #E9DDCB

Text Example


Text Example

White with #E9DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9DDCB; }

 p { color: rgb(233,221,203); }

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

background-color css

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

 a { background-color: rgb(233,221,203); }

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

border-color css

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

 span { border-color: rgb(233,221,203); }

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