#DDD3BA

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

Shades of Spanish White #DDD3BA

Tints of Spanish White #DDD3BA

Color information

#DDD3BA (or 0xDDD3BA) is unknown color: approx Spanish White. HEX triplet: DD, D3 and BA. RGB value is (221,211,186). Sum of RGB (Red+Green+Blue) = 221+211+186=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 211 (82.81% from 255 or 34.14% from 618); Blue value is 186 (73.05% from 255 or 30.10% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3BA is #222C45. Grayscale: #D3D3D3. Windows color (decimal): -2239558 or 12243933. OLE color: 12243933.

HSL color Cylindrical-coordinate representation of color #DDD3BA: hue angle of 42.86º degrees, saturation: 0.34, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DDD3BA is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB221211186-
CMYK00.050.160.13
HSL42.86º33.98%79.8%-
HSV(B)42.86º15.84%86.67%-
XYZ61.9865.5155.83-
YUV211.14113.81135.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 211 (82.81% from 255) = 34.14%
BLUE value IS 186 (73.05% from 255) = 30.10%
R=35.76%
G=34.14%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121118600.050.160.1342.8633.9879.8
HexDDD3BA0510D2b2250
Octal3353232720520155342120
Binary11011101110100111011101001011000011011010111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3BA; }

 p { color: rgb(221,211,186); }

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

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

 a { background-color: rgb(221,211,186); }

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

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

 span { border-color: rgb(221,211,186); }

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