#DDD3BB

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

Shades of Spanish White #DDD3BB

Tints of Spanish White #DDD3BB

Color information

#DDD3BB (or 0xDDD3BB) is unknown color: approx Spanish White. HEX triplet: DD, D3 and BB. RGB value is (221,211,187). Sum of RGB (Red+Green+Blue) = 221+211+187=619 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.70% from 619); Green value is 211 (82.81% from 255 or 34.09% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3BB is #222C44. Grayscale: #D3D3D3. Windows color (decimal): -2239557 or 12309469. OLE color: 12309469.

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

Color convert

RGB221211187-
CMYK00.050.150.13
HSL42.35º33.33%80%-
HSV(B)42.35º15.38%86.67%-
XYZ62.0865.5556.39-
YUV211.25114.31134.95-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.70%
GREEN value IS 211 (82.81% from 255) = 34.09%
BLUE value IS 187 (73.44% from 255) = 30.21%
R=35.70%
G=34.09%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121118700.050.150.1342.3533.3380
HexDDD3BB05FD2a2150
Octal3353232730517155241120
Binary1101110111010011101110110101111111011010101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3BB; }

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

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

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

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

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

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

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

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