#D6C6BD

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

Shades of Swirl #D6C6BD

Tints of Swirl #D6C6BD

Color information

#D6C6BD (or 0xD6C6BD) is unknown color: approx Swirl. HEX triplet: D6, C6 and BD. RGB value is (214,198,189). Sum of RGB (Red+Green+Blue) = 214+198+189=601 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.61% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 189 (74.22% from 255 or 31.45% from 601); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C6BD is #293942. Grayscale: #C9C9C9. Windows color (decimal): -2701635 or 12437206. OLE color: 12437206.

HSL color Cylindrical-coordinate representation of color #D6C6BD: hue angle of 21.6º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6C6BD is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB214198189-
CMYK00.070.120.16
HSL21.6º23.36%79.02%-
HSV(B)21.6º11.68%83.92%-
XYZ57.1158.3656.4-
YUV201.76120.8136.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.61%
GREEN value IS 198 (77.73% from 255) = 32.95%
BLUE value IS 189 (74.22% from 255) = 31.45%
R=35.61%
G=32.95%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419818900.070.120.1621.623.3679.02
HexD6C6BD07C1016174f
Octal3263062750714202627117
Binary110101101100011010111101011111001000010110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C6BD; }

 p { color: rgb(214,198,189); }

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

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

 a { background-color: rgb(214,198,189); }

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

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

 span { border-color: rgb(214,198,189); }

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