#DDD0BD

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

Shades of Blanc #DDD0BD

Tints of Blanc #DDD0BD

Color information

#DDD0BD (or 0xDDD0BD) is unknown color: approx Blanc. HEX triplet: DD, D0 and BD. RGB value is (221,208,189). Sum of RGB (Red+Green+Blue) = 221+208+189=618 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.76% from 618); Green value is 208 (81.64% from 255 or 33.66% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD0BD is #222F42. Grayscale: #D1D1D1. Windows color (decimal): -2240323 or 12439773. OLE color: 12439773.

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

Color convert

RGB221208189-
CMYK00.060.140.13
HSL35.63º32%80.39%-
HSV(B)35.63º14.48%86.67%-
XYZ61.5664.1657.28-
YUV209.72116.31136.04-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.76%
GREEN value IS 208 (81.64% from 255) = 33.66%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=35.76%
G=33.66%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22120818900.060.140.1335.633280.39
HexDDD0BD06ED242050
Octal3353202750616154440120
Binary1101110111010000101111010110111011011001001000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD0BD; }

 p { color: rgb(221,208,189); }

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

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

 a { background-color: rgb(221,208,189); }

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

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

 span { border-color: rgb(221,208,189); }

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