Html Css Color HEX #E6DACC Half Spanish White

📋 copy color: '#E6DACC'

red 230 ◦ green 218 ◦ blue 204

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

Shades of Half Spanish White #E6DACC

Tints of Half Spanish White #E6DACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.29%

R = 35.28%
G = 33.44%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6DACC (or 0xE6DACC) is known color: Half Spanish White. HEX triplet: E6, DA and CC. RGB value is (230,218,204). Sum of RGB (Red+Green+Blue) = 230+218+204=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 218 (85.55% from 255 or 33.44% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DACC is #192533. Grayscale: #DCDCDC. Windows color (decimal): -1647924 or 13425382. OLE color: 13425382.

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

Color convert

RGB 230 218 204 -
CMYK 0 0.05 0.11 0.10
HSL 32.31º 0.34% 0.85% -
HSV(B) 32.31º 0.11% 0.9% -
XYZ 68.6 71.33 67.28 -
YUV 219.99 118.98 135.14 -
System Red Green Blue C M Y K H S L
Decimal 230 218 204 0 0.05 0.11 0.10 32.31 0.34 0.85
Hex E6 DA CC 0 5 B A 20 22 55
Octal 346 332 314 0 5 13 12 40 42 125
Binary 11100110 11011010 11001100 0 101 1011 1010 100000 100010 1010101

Color Harmonies of #E6DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DACC

Black with #E6DACC

Text Example


Text Example

White with #E6DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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