Html Css Color HEX #E6DCCA Half Spanish White

📋 copy color: '#E6DCCA'

red 230 ◦ green 220 ◦ blue 202

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

Shades of Half Spanish White #E6DCCA

Tints of Half Spanish White #E6DCCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 30.98%

R = 35.28%
G = 33.74%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.10

RGB Variations

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

Color information

#E6DCCA (or 0xE6DCCA) is known color: Half Spanish White. HEX triplet: E6, DC and CA. RGB value is (230,220,202). Sum of RGB (Red+Green+Blue) = 230+220+202=652 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.28% from 652); Green value is 220 (86.33% from 255 or 33.74% from 652); Blue value is 202 (79.30% from 255 or 30.98% from 652); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DCCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DCCA is #192335. Grayscale: #DDDDDD. Windows color (decimal): -1647414 or 13294822. OLE color: 13294822.

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

Color convert

RGB 230 220 202 -
CMYK 0 0.04 0.12 0.10
HSL 38.57º 0.36% 0.85% -
HSV(B) 38.57º 0.12% 0.9% -
XYZ 68.89 72.27 66.2 -
YUV 220.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 230 220 202 0 0.04 0.12 0.10 38.57 0.36 0.85
Hex E6 DC CA 0 4 C A 27 24 55
Octal 346 334 312 0 4 14 12 47 44 125
Binary 11100110 11011100 11001010 0 100 1100 1010 100111 100100 1010101

Color Harmonies of #E6DCCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6DCCA

Black with #E6DCCA

Text Example


Text Example

White with #E6DCCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6DCCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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