#E6DBCD

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

Shades of Half Spanish White #E6DBCD

Tints of Half Spanish White #E6DBCD

Color information

#E6DBCD (or 0xE6DBCD) is unknown color: approx Half Spanish White. HEX triplet: E6, DB and CD. RGB value is (230,219,205). Sum of RGB (Red+Green+Blue) = 230+219+205=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 219 (85.94% from 255 or 33.49% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 230 - color contains mainly: red. Hex color #E6DBCD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6DBCD is #192432. Grayscale: #DCDCDC. Windows color (decimal): -1647667 or 13491174. OLE color: 13491174.

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

Color convert

RGB230219205-
CMYK00.050.110.10
HSL33.6º33.33%85.29%-
HSV(B)33.6º10.87%90.2%-
XYZ68.9871.8968-
YUV220.69119.14134.64-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 219 (85.94% from 255) = 33.49%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=35.17%
G=33.49%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23021920500.050.110.1033.633.3385.29
HexE6DBCD05BA222155
Octal3463333150513124241125
Binary1110011011011011110011010101101110101000101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6DBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6DBCD; }

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

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

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

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

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

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

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

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