Html Css Color HEX #E6DAC4 Half Spanish White

📋 copy color: '#E6DAC4'

red 230 ◦ green 218 ◦ blue 196

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

Shades of Half Spanish White #E6DAC4

Tints of Half Spanish White #E6DAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 30.43%

R = 35.71%
G = 33.85%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.15

 K value IS 0.10

RGB Variations

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

Color information

#E6DAC4 (or 0xE6DAC4) is known color: Half Spanish White. HEX triplet: E6, DA and C4. RGB value is (230,218,196). Sum of RGB (Red+Green+Blue) = 230+218+196=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 218 (85.55% from 255 or 33.85% from 644); Blue value is 196 (76.95% from 255 or 30.43% from 644); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAC4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DAC4 is #19253B. Grayscale: #DBDBDB. Windows color (decimal): -1647932 or 12901094. OLE color: 12901094.

HSL color Cylindrical-coordinate representation of color #E6DAC4: hue angle of 38.82º degrees, saturation: 0.4, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E6DAC4 is Cyan = 0, Magento = 0.05, Yellow = 0.15 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 218 196 -
CMYK 0 0.05 0.15 0.10
HSL 38.82º 0.4% 0.84% -
HSV(B) 38.82º 0.15% 0.9% -
XYZ 67.67 70.95 62.35 -
YUV 219.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 230 218 196 0 0.05 0.15 0.10 38.82 0.4 0.84
Hex E6 DA C4 0 5 F A 27 28 54
Octal 346 332 304 0 5 17 12 47 50 124
Binary 11100110 11011010 11000100 0 101 1111 1010 100111 101000 1010100

Color Harmonies of #E6DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DAC4

Black with #E6DAC4

Text Example


Text Example

White with #E6DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DAC4; }

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

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

background-color css

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

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

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

border-color css

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

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

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