#DDD3BE

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

Shades of Blanc #DDD3BE

Tints of Blanc #DDD3BE

Color information

#DDD3BE (or 0xDDD3BE) is unknown color: approx Blanc. HEX triplet: DD, D3 and BE. RGB value is (221,211,190). Sum of RGB (Red+Green+Blue) = 221+211+190=622 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.53% from 622); Green value is 211 (82.81% from 255 or 33.92% from 622); Blue value is 190 (74.61% from 255 or 30.55% from 622); Max value from RGB is 221 - color contains mainly: red. Hex color #DDD3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDD3BE is #222C41. Grayscale: #D3D3D3. Windows color (decimal): -2239554 or 12506077. OLE color: 12506077.

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

Color convert

RGB221211190-
CMYK00.050.140.13
HSL40.65º31.31%80.59%-
HSV(B)40.65º14.03%86.67%-
XYZ62.4165.6858.1-
YUV211.6115.81134.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.53%
GREEN value IS 211 (82.81% from 255) = 33.92%
BLUE value IS 190 (74.61% from 255) = 30.55%
R=35.53%
G=33.92%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121119000.050.140.1340.6531.3180.59
HexDDD3BE05ED291f51
Octal3353232760516155137121
Binary110111011101001110111110010111101101101001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDD3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDD3BE; }

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

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

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

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

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

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

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

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