#DCDDBE

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

Shades of Loafer #DCDDBE

Tints of Loafer #DCDDBE

Color information

#DCDDBE (or 0xDCDDBE) is unknown color: approx Loafer. HEX triplet: DC, DD and BE. RGB value is (220,221,190). Sum of RGB (Red+Green+Blue) = 220+221+190=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 221 (86.72% from 255 or 35.02% from 631); Blue value is 190 (74.61% from 255 or 30.11% from 631); Max value from RGB is 221 - color contains mainly: green. Hex color #DCDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDDBE is #232241. Grayscale: #D9D9D9. Windows color (decimal): -2302530 or 12508636. OLE color: 12508636.

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

Color convert

RGB220221190-
CMYK0.0000.140.13
HSL61.94º31.31%80.59%-
HSV(B)61.94º14.03%86.67%-
XYZ64.6770.6558.94-
YUV217.17112.67130.02-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 34.87%
GREEN value IS 221 (86.72% from 255) = 35.02%
BLUE value IS 190 (74.61% from 255) = 30.11%
R=34.87%
G=35.02%
B=30.11%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2202211900.0000.140.1361.9431.3180.59
HexDCDDBE00ED3e1f51
Octal3343352760016157637121
Binary1101110011011101101111100011101101111110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDDBE; }

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

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

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

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

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

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

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

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