#DCD2BE

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

Shades of Blanc #DCD2BE

Tints of Blanc #DCD2BE

Color information

#DCD2BE (or 0xDCD2BE) is unknown color: approx Blanc. HEX triplet: DC, D2 and BE. RGB value is (220,210,190). Sum of RGB (Red+Green+Blue) = 220+210+190=620 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.48% from 620); Green value is 210 (82.42% from 255 or 33.87% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2BE is #232D41. Grayscale: #D2D2D2. Windows color (decimal): -2305346 or 12505820. OLE color: 12505820.

HSL color Cylindrical-coordinate representation of color #DCD2BE: hue angle of 40º degrees, saturation: 0.3, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCD2BE is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220210190-
CMYK00.050.140.14
HSL40º30%80.39%-
HSV(B)40º13.64%86.27%-
XYZ61.8665.0358.01-
YUV210.71116.31134.63-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.48%
GREEN value IS 210 (82.42% from 255) = 33.87%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=35.48%
G=33.87%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021019000.050.140.14403080.39
HexDCD2BE05EE281e50
Octal3343222760516165036120
Binary110111001101001010111110010111101110101000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2BE; }

 p { color: rgb(220,210,190); }

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

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

 a { background-color: rgb(220,210,190); }

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

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

 span { border-color: rgb(220,210,190); }

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