#E6DCCA

Color #E6DCCA Half Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Half Spanish White #E6DCCA

Tints of Half Spanish White #E6DCCA

Color information

#E6DCCA (or 0xE6DCCA) is unknown color: approx 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

RGB230220202-
CMYK00.040.120.10
HSL38.57º35.9%84.71%-
HSV(B)38.57º12.17%90.2%-
XYZ68.8972.2766.2-
YUV220.94117.31134.46-

RGB Variations

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

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.30% from 255) = 30.98%
R=35.28%
G=33.74%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23022020200.040.120.1038.5735.984.71
HexE6DCCA04CA272455
Octal3463343120414124744125
Binary1110011011011100110010100100110010101001111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>