Html Css Color HEX #E6DACB Half Spanish White

📋 copy color: '#E6DACB'

red 230 ◦ green 218 ◦ blue 203

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

Shades of Half Spanish White #E6DACB

Tints of Half Spanish White #E6DACB

RGB

 RED value IS 230 (90.23% from 255) = 35.33%

 GREEN value IS 218 (85.55% from 255) = 33.49%

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

R = 35.33%
G = 33.49%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E6DACB (or 0xE6DACB) is known color: Half Spanish White. HEX triplet: E6, DA and CB. RGB value is (230,218,203). Sum of RGB (Red+Green+Blue) = 230+218+203=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 218 (85.55% from 255 or 33.49% from 651); Blue value is 203 (79.69% from 255 or 31.18% from 651); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DACB is #192534. Grayscale: #DBDBDB. Windows color (decimal): -1647925 or 13359846. OLE color: 13359846.

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

Color convert

RGB 230 218 203 -
CMYK 0 0.05 0.12 0.10
HSL 33.33º 0.35% 0.85% -
HSV(B) 33.33º 0.12% 0.9% -
XYZ 68.48 71.28 66.65 -
YUV 219.88 118.48 135.22 -
System Red Green Blue C M Y K H S L
Decimal 230 218 203 0 0.05 0.12 0.10 33.33 0.35 0.85
Hex E6 DA CB 0 5 C A 21 23 55
Octal 346 332 313 0 5 14 12 41 43 125
Binary 11100110 11011010 11001011 0 101 1100 1010 100001 100011 1010101

Color Harmonies of #E6DACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DACB

Black with #E6DACB

Text Example


Text Example

White with #E6DACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DACB; }

 p { color: rgb(230,218,203); }

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

background-color css

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

 a { background-color: rgb(230,218,203); }

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

border-color css

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

 span { border-color: rgb(230,218,203); }

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