#DDD3B5

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

Shades of Spanish White #DDD3B5

Tints of Spanish White #DDD3B5

Color information

#DDD3B5 (or 0xDDD3B5) is unknown color: approx Spanish White. HEX triplet: DD, D3 and B5. RGB value is (221,211,181). Sum of RGB (Red+Green+Blue) = 221+211+181=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 211 (82.81% from 255 or 34.42% from 613); Blue value is 181 (71.09% from 255 or 29.53% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3B5 is #222C4A. Grayscale: #D2D2D2. Windows color (decimal): -2239563 or 11916253. OLE color: 11916253.

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

Color convert

RGB221211181-
CMYK00.050.180.13
HSL45º37.04%78.82%-
HSV(B)45º18.1%86.67%-
XYZ61.4565.353.08-
YUV210.57111.31135.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 211 (82.81% from 255) = 34.42%
BLUE value IS 181 (71.09% from 255) = 29.53%
R=36.05%
G=34.42%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121118100.050.180.134537.0478.82
HexDDD3B50512D2d254f
Octal3353232650522155545117
Binary11011101110100111011010101011001011011011011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3B5; }

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

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

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

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

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

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

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

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