#DCD2C6

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

Shades of Swirl #DCD2C6

Tints of Swirl #DCD2C6

Color information

#DCD2C6 (or 0xDCD2C6) is unknown color: approx Swirl. HEX triplet: DC, D2 and C6. RGB value is (220,210,198). Sum of RGB (Red+Green+Blue) = 220+210+198=628 (83% of max value = 765). Red value is 220 (86.33% from 255 or 35.03% from 628); Green value is 210 (82.42% from 255 or 33.44% from 628); Blue value is 198 (77.73% from 255 or 31.53% from 628); Max value from RGB is 220 - color contains mainly: red. Hex color #DCD2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCD2C6 is #232D39. Grayscale: #D3D3D3. Windows color (decimal): -2305338 or 13030108. OLE color: 13030108.

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

Color convert

RGB220210198-
CMYK00.050.10.14
HSL32.73º23.91%81.96%-
HSV(B)32.73º10%86.27%-
XYZ62.7565.3962.74-
YUV211.62120.31133.98-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.03%
GREEN value IS 210 (82.42% from 255) = 33.44%
BLUE value IS 198 (77.73% from 255) = 31.53%
R=35.03%
G=33.44%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.1
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22021019800.050.10.1432.7323.9181.96
HexDCD2C605AE211852
Octal3343223060512164130122
Binary110111001101001011000110010110101110100001110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCD2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCD2C6; }

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

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

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

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

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

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

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

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