#DDD2B6

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

Shades of Spanish White #DDD2B6

Tints of Spanish White #DDD2B6

Color information

#DDD2B6 (or 0xDDD2B6) is unknown color: approx Spanish White. HEX triplet: DD, D2 and B6. RGB value is (221,210,182). Sum of RGB (Red+Green+Blue) = 221+210+182=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 210 (82.42% from 255 or 34.26% from 613); Blue value is 182 (71.48% from 255 or 29.69% from 613); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD2B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD2B6 is #222D49. Grayscale: #D2D2D2. Windows color (decimal): -2239818 or 11981533. OLE color: 11981533.

HSL color Cylindrical-coordinate representation of color #DDD2B6: hue angle of 43.08º degrees, saturation: 0.36, 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 #DDD2B6 is Cyan = 0, Magento = 0.05, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB221210182-
CMYK00.050.180.13
HSL43.08º36.45%79.02%-
HSV(B)43.08º17.65%86.67%-
XYZ61.3164.8453.54-
YUV210.1112.14135.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 210 (82.42% from 255) = 34.26%
BLUE value IS 182 (71.48% from 255) = 29.69%
R=36.05%
G=34.26%
B=29.69%

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
Decimal22121018200.050.180.1343.0836.4579.02
HexDDD2B60512D2b244f
Octal3353222660522155344117
Binary11011101110100101011011001011001011011010111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD2B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD2B6; }

 p { color: rgb(221,210,182); }

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

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

 a { background-color: rgb(221,210,182); }

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

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

 span { border-color: rgb(221,210,182); }

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