#DCD1BE

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

Shades of Blanc #DCD1BE

Tints of Blanc #DCD1BE

Color information

#DCD1BE (or 0xDCD1BE) is unknown color: approx Blanc. HEX triplet: DC, D1 and BE. RGB value is (220,209,190). Sum of RGB (Red+Green+Blue) = 220+209+190=619 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.54% from 619); Green value is 209 (82.03% from 255 or 33.76% from 619); Blue value is 190 (74.61% from 255 or 30.69% from 619); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD1BE is #232E41. Grayscale: #D2D2D2. Windows color (decimal): -2305602 or 12505564. OLE color: 12505564.

HSL color Cylindrical-coordinate representation of color #DCD1BE: hue angle of 38º 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 #DCD1BE is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220209190-
CMYK00.050.140.14
HSL38º30%80.39%-
HSV(B)38º13.64%86.27%-
XYZ61.6164.5357.92-
YUV210.12116.64135.04-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.54%
GREEN value IS 209 (82.03% from 255) = 33.76%
BLUE value IS 190 (74.61% from 255) = 30.69%
R=35.54%
G=33.76%
B=30.69%

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
Decimal22020919000.050.140.14383080.39
HexDCD1BE05EE261e50
Octal3343212760516164636120
Binary110111001101000110111110010111101110100110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD1BE; }

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

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

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

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

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

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

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

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