Html Css Color HEX #E6DAC3 Half Spanish White

📋 copy color: '#E6DAC3'

red 230 ◦ green 218 ◦ blue 195

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

Shades of Half Spanish White #E6DAC3

Tints of Half Spanish White #E6DAC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 30.33%

R = 35.77%
G = 33.9%
B = 30.33%

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

#E6DAC3 (or 0xE6DAC3) is known color: Half Spanish White. HEX triplet: E6, DA and C3. RGB value is (230,218,195). Sum of RGB (Red+Green+Blue) = 230+218+195=643 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.77% from 643); Green value is 218 (85.55% from 255 or 33.90% from 643); Blue value is 195 (76.56% from 255 or 30.33% from 643); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DAC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DAC3 is #19253C. Grayscale: #DBDBDB. Windows color (decimal): -1647933 or 12835558. OLE color: 12835558.

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

Color convert

RGB 230 218 195 -
CMYK 0 0.05 0.15 0.10
HSL 39.43º 0.41% 0.83% -
HSV(B) 39.43º 0.15% 0.9% -
XYZ 67.55 70.91 61.76 -
YUV 218.97 114.48 135.87 -
System Red Green Blue C M Y K H S L
Decimal 230 218 195 0 0.05 0.15 0.10 39.43 0.41 0.83
Hex E6 DA C3 0 5 F A 27 29 53
Octal 346 332 303 0 5 17 12 47 51 123
Binary 11100110 11011010 11000011 0 101 1111 1010 100111 101001 1010011

Color Harmonies of #E6DAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DAC3

Black with #E6DAC3

Text Example


Text Example

White with #E6DAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DAC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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