Html Css Color HEX #E6DCCC Half Spanish White

📋 copy color: '#E6DCCC'

red 230 ◦ green 220 ◦ blue 204

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

Shades of Half Spanish White #E6DCCC

Tints of Half Spanish White #E6DCCC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.64%

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

R = 35.17%
G = 33.64%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#E6DCCC (or 0xE6DCCC) is known color: Half Spanish White. HEX triplet: E6, DC and CC. RGB value is (230,220,204). Sum of RGB (Red+Green+Blue) = 230+220+204=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 204 (80.08% from 255 or 31.19% from 654); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCCC is #192333. Grayscale: #DDDDDD. Windows color (decimal): -1647412 or 13425894. OLE color: 13425894.

HSL color Cylindrical-coordinate representation of color #E6DCCC: hue angle of 36.92º 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 #E6DCCC is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 220 204 -
CMYK 0 0.04 0.11 0.10
HSL 36.92º 0.34% 0.85% -
HSV(B) 36.92º 0.11% 0.9% -
XYZ 69.13 72.37 67.45 -
YUV 221.17 118.31 134.3 -
System Red Green Blue C M Y K H S L
Decimal 230 220 204 0 0.04 0.11 0.10 36.92 0.34 0.85
Hex E6 DC CC 0 4 B A 25 22 55
Octal 346 334 314 0 4 13 12 45 42 125
Binary 11100110 11011100 11001100 0 100 1011 1010 100101 100010 1010101

Color Harmonies of #E6DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DCCC

Black with #E6DCCC

Text Example


Text Example

White with #E6DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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