#E6DBCA

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

Shades of Half Spanish White #E6DBCA

Tints of Half Spanish White #E6DBCA

Color information

#E6DBCA (or 0xE6DBCA) is unknown color: approx Half Spanish White. HEX triplet: E6, DB and CA. RGB value is (230,219,202). Sum of RGB (Red+Green+Blue) = 230+219+202=651 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.33% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 202 (79.30% from 255 or 31.03% from 651); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBCA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBCA is #192435. Grayscale: #DCDCDC. Windows color (decimal): -1647670 or 13294566. OLE color: 13294566.

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

Color convert

RGB230219202-
CMYK00.050.120.10
HSL36.43º35.9%84.71%-
HSV(B)36.43º12.17%90.2%-
XYZ68.6371.7566.11-
YUV220.35117.64134.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.33%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 202 (79.30% from 255) = 31.03%
R=35.33%
G=33.64%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021920200.050.120.1036.4335.984.71
HexE6DBCA05CA242455
Octal3463333120514124444125
Binary1110011011011011110010100101110010101001001001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBCA; }

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

 H1.HeaderClassName
 {
   color: #E6DBCA;
 }
 .AnyTagClassName
 {
   color: #E6DBCA;
 }
</style>
background-color css

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

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

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

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

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

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