#DCCBBD

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

Shades of Swirl #DCCBBD

Tints of Swirl #DCCBBD

Color information

#DCCBBD (or 0xDCCBBD) is unknown color: approx Swirl. HEX triplet: DC, CB and BD. RGB value is (220,203,189). Sum of RGB (Red+Green+Blue) = 220+203+189=612 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.95% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 189 (74.22% from 255 or 30.88% from 612); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCBBD is #233442. Grayscale: #CECECE. Windows color (decimal): -2307139 or 12438492. OLE color: 12438492.

HSL color Cylindrical-coordinate representation of color #DCCBBD: hue angle of 27.1º degrees, saturation: 0.31, 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 #DCCBBD is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB220203189-
CMYK00.080.140.14
HSL27.1º30.69%80.2%-
HSV(B)27.1º14.09%86.27%-
XYZ60.0661.656.87-
YUV206.49118.13137.64-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.95%
GREEN value IS 203 (79.69% from 255) = 33.17%
BLUE value IS 189 (74.22% from 255) = 30.88%
R=35.95%
G=33.17%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020318900.080.140.1427.130.6980.2
HexDCCBBD08EE1b1f50
Octal33431327501016163337120
Binary110111001100101110111101010001110111011011111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCBBD; }

 p { color: rgb(220,203,189); }

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

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

 a { background-color: rgb(220,203,189); }

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

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

 span { border-color: rgb(220,203,189); }

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